jQuery live() shim for jquery-migrate 3+
jQuery version 3+ removed jQuery's function $.live() and if your are using some old cms/shopping cart (like Interspire) that…
RequireJS example – loading desktop vs mobile javascript libraries and overriding functions
RequireJS is a javascript library that is used to load other javascript files in certain orders based upon…
Javascript setTimeout() function jquery examples and chaining it with afterTime() plugin
javascript setTimeout() function It takes two arguments. callback function to execute after milliseconds supplied. milliseconds - after how…
Flat UI – Simple HTML tabs without jQuery or any other library
jQuery UI provides extremely simple way to implement HTML tabs. In this tutorial I'll show how to implement…
jQuery :contains() selector regex for matching text within elements
jQuery contains() selector simply matches text within selectors. It's also case sensitive, so we've very limitation for…
GeForce GTX graphics card DVI-VGA display converter doesn’t work – FIX
Recently I setup triple monitor setup using GeForce 650 TI Boost - PCI graphics card. I use triple…
How to manipulate cookie of array, object and json datatype using jQuery Plugins?
What's Cookie Cookie is small amount of key value based browser storage used to store tiny data on…
How to sort HTML table rows using different jQuery plugins?
There are many jQuery plugin available to deal with table. They provides capability of sorting, paginating, filtering tabular data.…
Downgrading Internet Explore 11 to IE 10 for Developer Tools issues
Internet Explore 11 Developer Tools Issues Internet Explore 11 has different kinda Web developer Tools (Press F12) than…