Cms:jquery
(Difference between revisions)
Line 1: | Line 1: | ||
− | + | To load the load_script function, you have to add the '''<cms:jquery>''' tag once more like this: | |
− | + | <source lang="java"> | |
+ | ... | ||
+ | <cms:jquery dynamic="true" /> | ||
+ | <cms:jquery dynamic="true" js="jquery" /> | ||
+ | ... | ||
+ | </source> | ||
− | '''<cms: | + | Be sure to place the tag below your '''<cms:editable>''' tag. |
+ | '''Warning: This '''<cms:jquery.../>''' works not in all browser environments! ''' | ||
− | + | [[Category:Developing in OpenCms ]] |
Revision as of 17:00, 4 July 2011
To load the load_script function, you have to add the <cms:jquery> tag once more like this:
... <cms:jquery dynamic="true" /> <cms:jquery dynamic="true" js="jquery" /> ...
Be sure to place the tag below your <cms:editable> tag.
Warning: This <cms:jquery.../> works not in all browser environments!