Plugin working on inner pages but not on home page
-
https://mission101media.com/websitesample
maximum menu width I’m using 767px
on above website plugin in working fine with inner pages when I use it in small screen.but when I move to home and then select any page from drop down then it doesn’t redirect. I don’t know why.
I think here is the problem
jQuery(document).ready( function(){
$( ‘.responsiveMenuSelect’ ).change(function() {
var loc = $(this).find( ‘option:selected’ ).val();
if( loc != ” && loc != ‘#’ ) window.location = loc;
});
//$( ‘.responsiveMenuSelect’ ).val(”);
});but I don’t know what is it. can any one help me. It’s urgent
- The topic ‘Plugin working on inner pages but not on home page’ is closed to new replies.