This is a very common request by clients, mostly for SEO reasons they want a jQuery solution to open all external links in a…
Category
Javascript
jQuery
Owl Carousel fix for Chrome, Owl Slider
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,…
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…