Super important.
Super important... call fixHtml at instance creation time and only once This method must be run in the context of the thing creating the XHTML to capture the bound functions
Calls fixHtmlAndJs and if there's embedded script tags, append the JsCmds to the String returned from applying the function to the enclosed HTML.
Calls fixHtmlAndJs and if there's embedded script tags, append the JsCmds to the String returned from applying the function to the enclosed HTML. For use when converting a JsCmd that contains HTML.
Calls fixHtmlAndJs and if there's embedded script tags, construct a function that executes the contents of the scripts then evaluations to Expression.
Calls fixHtmlAndJs and if there's embedded script tags, construct a function that executes the contents of the scripts then evaluations to Expression. For use when converting a JsExp that contains HTML.
~> accesses a property in the current JsExp
~> accesses a property in the current JsExp
This exists for backward compatibility reasons for JQueryLeft and JQueryRight which are now deprecated.
This exists for backward compatibility reasons for JQueryLeft and JQueryRight which are now deprecated. Use ~> whenever possible as this will be removed soon.
(Since version 2.3) Use ~>
instead
Super important.
Super important... call fixHtml at instance creation time and only once This method must be run in the context of the thing creating the XHTML to capture the bound functions
(Since version 2.4) Use fixHtmlAndJs or fixHtmlFunc
Calls the jQuery appendTo function with the given content.
Used to wrap the matched elements in the given content.
See http://api.jquery.com/appendTo/ .