Script Conflict with other Jquery Plugins & Scripts
-
Only on the pages with other Jquery functions don’t let MMenu to work.
the trigger doesn’t work.i tried using this:
<script type=”text/javascript”>
var $j = jQuery.noConflict();
jQuery(document).ready(function( $j ){
$j(“#my-menu”).mmenu();
});</script>
but seems like it’s working halfway.
can you please help?
The topic ‘Script Conflict with other Jquery Plugins & Scripts’ is closed to new replies.