In this following example I will share some code snippets that will attach a custom JavaScript and CSS only to be loaded for a…
Category
jQuery
jQuery
jQuery Select Deselect All Checkboxes
I needed buttons to select and deselect all check boxes in a <fieldset> on a page. This was such a recurring issue that I…
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…