Sometimes you may need to change image source in web pages. Here is how to change image source in jQuery.
How to Check for Hash (#) in URL Using JavaScript
How to Check if File Exists in NodeJS
How to Load Local JSON File
How to Show Loading Spinner in jQuery
Often web developers need to display loading spinner on their websites. Here is how to show loading spinner in jQuery.
How to Convert String to Boolean in JavaScript
How to Convert Decimal to Hexadecimal in JavaScript
Sometimes you may need to convert decimal to hexadecimal in JavaScript. Here are the steps to do so.
How to Add 30 Minutes to JS Date Object
How to Measure Time Taken by JS Function to Execute
Often web developers need to measure execution time in JS. Here is how to measure time taken by JS function to execute.
How to Replace Part of String in Update Query in MySQL
Sometimes you may need to replace part of string in update query in MySQL. Here are the steps to do so.