Get current Date in javascript
How to get current date in javascript? Date() is a feature of javascript. Check the full date feature here. Date objects are created with the new Date() constructor. By…
Disable Mouse Right click
How to disable mouse right click using javascript? Most of the time we may need to disable mouse right click in our website in order to reduce…
Generate Random alpha-numeric string by javascript – here is 1 simple methods
How to Generate random alpha-numeric string using javascript Generating random alpha-numeric string by javascript or jQuery can be achieved very easily because it requires some built in…