Browsing Category
Tutorial
26 posts
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…
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.…
jQuery toArray() function vs pure javascript code example
jQuery toArray() method toArray() method applies to matched jQuery DOM elements. It returns array of these matched element…