Skip to content

Instantly share code, notes, and snippets.

@strika
Created February 21, 2015 12:34
Show Gist options
  • Save strika/515cbd9a17a6f6a4ceaf to your computer and use it in GitHub Desktop.
Save strika/515cbd9a17a6f6a4ceaf to your computer and use it in GitHub Desktop.
Resolution change listener
$(window).on("resize, orientationchange", function() {
$.throttle(function() {
$(".custom-select").customSelect();
}, 500);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment