Class jQuery.fn

Defined in jtemplates.js

jQuery Library (http://jquery.com/)


Constructor Summary
jQuery.fn()
            See (http://jquery.com/)
 
Method Summary
<static>  number hasTemplate()
           Check it HTML Elements have a template. Return count of templates.
<static>  jQuery processTemplate(d, param)
           Process template using data 'd' and parameters 'param'. Update HTML code.
<static>  Updater processTemplateStart(url, param, interval, args, options)
           Start 'Live Refresh!'.
<static>  jQuery processTemplateStop()
           Stop 'Live Refresh!'.
<static>  jQuery processTemplateURL(url_, param, options)
           Process template using data from URL 'url_' (only format JSON) and parameters 'param'. Update HTML code.
<static>  jQuery setParam(name, value)
           Set to parameter 'name' value 'value'.
<static>  jQuery setTemplate(s, includes, settings)
           Add a Template to HTML Elements.
<static>  jQuery setTemplateElement(elementName, includes, settings)
           Create a Template from element's content.
<static>  jQuery setTemplateURL(url_, includes, settings)
           Add a Template (from URL) to HTML Elements.
 
Constructor Detail

jQuery.fn

jQuery.fn()

Method Detail

hasTemplate

<static> number hasTemplate()

processTemplate

<static> jQuery processTemplate(d, param)

processTemplateStart

<static> Updater processTemplateStart(url, param, interval, args, options)

processTemplateStop

<static> jQuery processTemplateStop()

processTemplateURL

<static> jQuery processTemplateURL(url_, param, options)

setParam

<static> jQuery setParam(name, value)

setTemplate

<static> jQuery setTemplate(s, includes, settings)

setTemplateElement

<static> jQuery setTemplateElement(elementName, includes, settings)

setTemplateURL

<static> jQuery setTemplateURL(url_, includes, settings)

Documentation generated by JsDoc Toolkit 1.3.0 on Sun Aug 31 2008 18:50:17 GMT+0200 (CEST)