Sometimes you may need to get image size & width using JavaScript. Here are the steps to do it.
How to Use Multiple jQuery Versions on Same Page
Sometimes you may need to use multiple jQuery versions on single web page. Here are the steps to do it.
How to Detect Mobile Device Using jQuery
Sometimes you may need to detect mobile device on your website. Here is how to detect mobile device using jQuery.
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 Fix ‘Can’t Connect to Local MySQL Socket’ Error
Sometimes you may get the error ‘Can’t Connect to Local MySQL Socket’ error while using MySQL. Here are the steps to fix this error.