Quantcast
Viewing latest article 8
Browse Latest Browse All 8

Adding Jquery to JomSocial ‘Socialize’ theme – Joomla or adding it to T3 template

Working on a website using Jomsocial’s ‘Socialize’ theme. There are conflict issues that make jquery not trigger right.
This works though:

 

<script>
jQuery.noConflict();
(function( $ ) {
$(function() {
// More code using $ as alias to jQuery
$(“#something”).click(function(){
//do something

});
});
})(jQuery);
</script>


Viewing latest article 8
Browse Latest Browse All 8

Trending Articles