1 2 3 4 5 |
$(document).on("click", ".dropdown-toggle", function () { if ($(window).width() > 767) { if ($(this).attr('href')) window.location = $(this).attr('href'); } }); |
1 2 3 4 5 |
$(document).on("click", ".dropdown-toggle", function () { if ($(window).width() > 767) { if ($(this).attr('href')) window.location = $(this).attr('href'); } }); |
公众号
头条号