Quantcast
Channel: PerlaRenee » Joomla
Viewing all articles
Browse latest Browse all 8

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

$
0
0

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 all articles
Browse latest Browse all 8

Trending Articles