0
我工作在WordPress的引導。 wp menu dropdown parent link not working in mobile。wp menu dropdown parent link not working in mobile。下拉母菜單鏈接不工作在移動
這裏是JS: -
<script>
jQuery(function($) {
$('.navbar .dropdown').hover(function() {
$(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
},function() {
$(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
});
$('.navbar .dropdown > a').click(function(){
location.href = this.href;
});
});
</script>
好心建議我任何解決方案儘快。