Browsing Category
javascript
17 posts
JavaScript Interview Question : Explain JavaScript Currying with Example
JavaScript Interview Recently, I am preparing a question bank for interviewing JavaScript Engineers for my Clients. The most…
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…
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 a simple way to implement HTML tabs. In this tutorial, I'll show how to implement…
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…
Object doesn’t support property or method ‘indexOf’ in IE 8 – Fix
This error usually comes, if you tested your code in all modern browsers but missed in earlier version…
Coding chrome desktop notification in jQuery
Google Desktop Notification is nothing new for gmail users, whenever new mail comes it notify you from rectangle…
Auto-import contacts into your getresponse campaign with pure javascript
Getresponse is email marketing software used by many online product companies. When users come to a product site…
JavaScript Error Fix – TypeError: document.getElementById(…).submit is not a function
Sometimes you try to validate HTML <form> using form validation javascript via some third party plugin or even…