Sometimes you may need to bind event to dynamic element in jQuery. Here are the steps to do it.
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 Python
Sometimes you may need to remove accents and diatrics from string using python. 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 Convert RGB to Hex and Hex to RGB in JavaScript
Sometimes you may need to convert RGB to Hex and Hex to RGB in JavaScript. Here are the steps to do so.