Sometimes you may need to detect mobile device on your website. Here is how to detect mobile device using jQuery.
JavaScript
How to Bind Event to Dynamic Element in jQuery
How to Find Sum of Array of Numbers in JavaScript
Remove Unicode Characters from String
Often you may need to remove Unicode characters from string in JavaScript. Here are the steps to do so.
Remove Accents/Diatrics from String in JavaScript
Sometimes you may need to remove Accents/Diatrics from String in JavaScript. Here are the steps to do so.
How to Convert Array to Object in JavaScript
How to Test for Empty JavaScript Object
It is advisable to test if JS object is empty before using it. Here is how to text for empty JavaScript object.
How to Get Previous URL in JavaScript
Often you may need to get previous URL in JavaScript. Here are the steps to retrieve previous page in JavaScript.