Stop Drop down in select box click event


jQuery(document).ready(function($){
setTimeout(function () {
        $('selector').find('selector').click(function (e) {
            e.stopPropagation();
        });
    }, 1000);
  });

Comments

Popular posts from this blog

Scroll After Fixed Navigation

Bootstrap CSS Customize with SCSS CSS

Best way to prevent page scrolling on drag (mobile)