jquery in Template does not WORK 39 Postsdazzafact 11 years ago6TopicHello! i dont know the reason for blocking jquery in my template.<script> alert("change");$(function() { alert("change2");})</script>Watch herehttp://goo.gl/1kPrI 85 PostsJpeg 11 years ago5Level 1HiJoomla still in use of Mootools, so jquery noconflict was activated by joomla or seblodyou needing to use jQuery() instead of $() for jquery script. and don't forget jQuery(document).ready(function(){ ... });Jpeg 39 Postsdazzafact 11 years ago1Level 2tnx that works! 85 PostsJpeg 11 years ago0Level 3I know ;)you're welcomeJpeg 188 Postsuriel 11 years ago2Level 2Hello! My problem Is there any incompatibility override the registration form+ user the latest version of jQuery? (2.0.3) I'm calling it incorrectly??NOTE> the code does what it must do, but the form does not save!I am directed to this URLhttp://localhost/MY_SITE/index.php/component/cck/OSB ²> I called directly to override the siteform via google!I tried to insert via template (site) and TBM did not.hugs 251 PostsViktor Iwan 11 years ago1Level 3I suggest you to stick with jQuery 1.8.x, because jQuery 2.x is a new different animal and drop support to old IE browser, i don't think any joomla/wordpress community endorsed jQuery 2... not yet..see reference here: http://www.sitepoint.com/whats-new-in-jquery-2-0/The same thing with upcoming Bootstrap 3.x ... it has richer ui (you can use column in mobile now)... but its different thing with Bootstrap 2.x 188 Postsuriel 11 years ago0Level 4yeah, I ended up with a 1.8That was the question $ per Jquerynot on the same problem!the other questionhugs