Sometimes you may need to get data-id attribute of HTML DOM elements. Here is how to get data-id attribute in jQuery/JavaScript.
JavaScript
How to Check if Image is Loaded in jQuery / JavaScript
Sometimes you may need to check if images are loaded on your web pages. Here is how to check if image is loaded in jQuery/JavaScript.
How to Use JavaScript Variables in jQuery Selectors
Sometimes you may need to use JavaScript variables in jQuery selectors. Here are the steps to do it.
How to Generate Random Color in JavaScript
Sometimes you may need to generate random color in JavaScript. Here is how to create a random color generator in JavaScript.
How to Change Href Attribute of Link Using jQuery
Sometimes you may need to change href attribute of link using jQuery. Here are the different ways to do this.
How to Get URL Parameters Using jQuery or JavaScript
Sometimes you may need to get URL parameters using jQuery or JavaScript. Here are the steps to do it.
How to Calculate Age from DOB in JavaScript
How to Escape HTML Strings With jQuery
Sometimes you may need to escape html strings in your website. Here is how to escape HTML strings with jQuery.
How to Check if Element is Visible or Hidden Using jQuery
Often you may need to check if element is visible or hidden using jQuery. Here are the steps to do it.
How to Get Random Number Between Two Numbers in JavaScript
Sometimes you may need to get random number between two numbers in JavaScript. Here is how to do it.