Owl carousel fix for chrome. Owl Slider is great and it’s one of my go to jQuery plugins when it comes to building slideshows,…
Category
Javascript
jQuery
Detect Window Resize using jQuery
Detect Window Resize using jQuery the correct way. jQuery $(window).resize fires multiple times while you are still resizing the window. In order to avoid…
jQuery
Javascript detect touch device Snippet
Probably the most reliable way to detect a touch device would be using the Modernizr jQuery plugin, but in some cases you might not…