How to enable dark mode in shopify admin even before they release that feature in 2022
Step 1 : Download Chrome Add-on User JavaScript and CSS Step 2 : Open your Shopify admin Step…
jQuery live() shim for jquery-migrate 3+
jQuery version 3+ removed jQuery's function $.live() and if you 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…
How to style HTML form fields using CSS 3 linear-gradient() function?
CSS 3 provides linear-gradient() function. That creates an image using options supplied into that function(). So, we can…
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 a 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 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…