jQuery Conflict checking for solution
jQuery conflict is a common problem with many web pages, due to different versions of library using in a same page or conflict with other libraries like mootools. The Joomla CMS is using mootools as default java script library so in Joomla you cannot use $ for jQuery so simply use a noConflict(). to solve […]