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...
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.
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...
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...
document.getElementById() is the most common used construct by a Javascript programmer. Most of the APIs have generalized a common method to use this construct. Here is how and what needs to be includ...