jQuery :contains() selector regex for matching text within elements
jQuery contains() selector simply matches text within selectors. It's also case-sensitive, so we have very limitation for…
GeForce GTX graphics card DVI-VGA display converter doesn’t work – FIX
Recently, I set up triple monitor setup using GeForce 650 TI Boost - PCI graphics card. I use…
How to manipulate cookie of array, object and json datatype using jQuery Plugins?
What's Cookie A Cookie is a small amount of key value-based browser storage used to store tiny data…
How to sort HTML table rows using different jQuery plugins?
There are many jQuery plugins available to deal with table. They provide capability of sorting, paginating, filtering tabular…
Downgrading Internet Explore 11 to IE 10 for Developer Tools issues
Internet Explore 11 Developer Tools Issues Internet Explore 11 has different kind of Web developer tools (Press F12)…
jQuery Fake AJAX requests for ajax testing using mockjax plugin
Why fake AJAX requests at first place? Sometimes, JavaScript application needs to communicate heavily with network and testing…
How to use mysqldump command to backup mysql 5 database?
What's mysqldump command? mysqldump is a MySQL utility for taking logical backup and restore of MySQL tables and…
Tutorial – Inserting text and image content using CSS
Sometimes we don't have control over backend templates, or it doesn't seem feasible to update third-party plugins code…
jQuery toArray() function vs pure javascript code example
jQuery toArray() method toArray() method applies to matched jQuery DOM elements. It returns an array of these matched…
Professional looking single page website using Twitter Bootstrap
Demo Download Twitter Bootstrap is front-end framework which can be used to create mockups or a small website. To…