in my case it was not working as there was a conflict with Jquery library which i imported it in the theme
so to resolve this conflict just add this in the portelt header
<h:head>
<script type='text/javascript'>
var $jq = jQuery.noConflict(true);
</script>
</h:head>
so to resolve this conflict just add this in the portelt header
<h:head>
<script type='text/javascript'>
var $jq = jQuery.noConflict(true);
</script>
</h:head>
Comments
Post a Comment