javascript - How to correctly load Jquery in Joomla 3.0 -


i have searched over. saying correct syntax load jquery in normal mode jhtml::_('jquery.framework', false);

i have tried , failed. need load jquery works on pages, should put inside template index.php file? in head? above head? need wrapped inside or not? need spoon-fed me because forums assume people know put it...thanks.

you have 2 options. can either call same code provided above, or can in noconflict mode this:

jhtml::_('jquery.framework'); 

this code should place in template's index.php file , can placed anywhere automatically appended <head> tags of template. php code, of course needs go inside <?php ?> tags.


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -