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 | 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" /> |
− | <cms:jquery dynamic="true" js="jquery" /> | + | |
+ | <cms:jquery dynamic="true" js="jquery" />''' | ||
Be sure to place the tag below your <cms:editable> tag. | Be sure to place the tag below your <cms:editable> tag. |
Revision as of 14:31, 4 November 2009
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.