Lines Matching refs:jQuery
1 jQuery(document).on('click', function(e) {
2 if (!jQuery(e.target).closest('.menu').length) {
3 jQuery('.menu:not(.mobile-menu) .list').hide();
6 if (!jQuery(e.target).closest('.dw__toc').length) {
7 jQuery('#dw__toc>div').hide();
8 jQuery('#dw__toc>div>ul').hide();
9 jQuery('#dw__toc').css('display','block');
14 jQuery(document).ready(function(){
15 jQuery('#dw__toc>div').hide();
16 jQuery('#dw__toc>div>ul').hide();
17 jQuery('#dw__toc').css('display','block');