templates
-
jQuery.dependSettings
Properties of the Global jQuery Object | Internationalisation | Templates
Settings of the dependencies controller.
-
jQuery.plugin()
Core | Internationalisation | Templates
Specify a plugin.
-
jQuery.provide()
Core | Internationalisation | Templates
Provide a script.
-
jQuery.ready()
Document Loading | Core | Internationalisation | Templates
Specify a function to execute when required plugins are fully loaded.
-
.template()
Compile the contents of the matched element as a reusable compiled template.
-
{{elem}} Template Tag
Used for define a simple access on an element in the rendered template.
-
jQuery.template()
Create a reusable named template (compiled from markup).
-
.tmpl()
Take the first element in the matched set and render its content as a template, using the specified data.
-
jQuery.tmpl()
Render the specified HTML content as a template, using the specified data.
-
.tmplItem()
Return the
tmplItem
data structure for the rendered template that the matched element is part of. -
jQuery.tmplItem()
Return the
tmplItem
data structure for the rendered template that the specified element is part of.