Basic Modernizr
A quick guide to using Modernizr for feature detection in browsers, with an example of adding a datepicker for unsupported input types.
A quick guide to using Modernizr for feature detection in browsers, with an example of adding a datepicker for unsupported input types.
How to implement custom sorting on a numeric array in JavaScript using the sort function and a comparator.
How to convert between strings and enums in C# using generic static methods.
How to use jQuery's .on() method to handle events for dynamically added elements.
How to get the collection of element IDs from an unordered list using jQuery and map().
How to prevent AJAX caching issues in Internet Explorer using jQuery's ajaxSetup method.
How to show and hide a loading graphic during AJAX requests using jQuery's ajaxStart and ajaxStop.
How to use the onClosed callback in the ColorBox jQuery plugin to trigger actions after a popup closes.
How to add click events to radio elements created dynamically using jQuery.
How to run a command or script as a scheduled task in Windows.