Javascript

Javascript is a very popular scripting language for the web. One can't think of a web without Javascript now. There are various plugins that were developed to make Javascript programming easier.

Add a new element to HTML drop down or list box

When you're in a situation to add the new items to the HTML drop down element or list box i.e.; if you would like to add a drop down value based on the AJAX operation that user has made, the below Jav...

Disbale browser's auto complete for input fields

Each browser has a built in functionality to store the form data submitted by the user to auto fill the similar form at a later stage. Of course, user can disable this. But what if a user is opening y...

Disable submitting HTML form on hitting enter

Usually when you press enter on the HTML form text fields, form gets submitted. If you don't want to submit the form when user clicks submit, you need to tell the browser to disable this default funct...