Insert JQuery Javascript
Plugin JQ
This Wiki Plugin allows JQuery Javascript code to be inserted on a page.Table of contents
Usage and Parameters
With the feature enabled, use this syntax to use the plugin:
Syntax for the JQ plugin
{JQ(notonready=> , nojquery=> )}JQuery Javascript code{JQ}| Parameter | Accepted values | Default | Effect | Required Input? | Since |
|---|---|---|---|---|---|
| notonready | true or false | false | Executes inline rather than when document is ready when set to true | n | |
| nojquery | HTML markup text | "<!-- jq smarty plugin inactive: feature_jquery off -->" | Notofication text when permission for using JQuery has not been turned on | n |
Example
A Simple JQuery line of code looks like this:Standard JQuery
$("p").show("slow");When using the TikiWiki JQPlugin, you need to start you code with jq:
TikiWiki JQuery Call
$jq("p").show("slow");Related pages
Contributors to this page: lindon
and
pascalstjean
.
Page last modified on Saturday 06 March, 2010 03:56:52 UTC by lindon
.
Sidebar
Featured links
Sidebar
To register
To have an account at this site, please register at Tikiwiki.org
, and then use that user name and password to log in here.
