javascript snippets

FacebookTwitter
There are at least five ways to make AJAX calls with the jQuery library.

5 Ways to Make Ajax Calls with jQuery | Nettuts

http://net.tutsplus.com/tutorials/javascript-ajax/5-ways-to-make-ajax-calls-with-jquery/

Changing Select Content on the fly

Changing Select element content on the fly http://www.javascriptkit.com/javatutors/selectcontent.shtml

copying contents of billing addy to shipping addy - JavaScript / Ajax / DHTML

http://bytes.com/topic/javascript/answers/502204-copying-contents-billing-addy-shipping-addy libsfan01 wrote: Hi Dag I've tried this and it doesn't work. Is something missing?
These scripts (and a few tutorials) all deal with Javascript forms. We'll show you some really neat forms that keep you from receiving bogus information as well as others that are just fun to play with (test personal info). In addition, be sure to check our snippets section for additional form-related scripts. http://www.javascriptsource.com/forms/

Form Scripts | The JavaScript Source

http://onlinetools.org/articles/unobtrusivejavascript/chapter3.html

Creating and destroying content - Unobtrusive Javascript

The main strength of the DOM is the option not only to read, but also to alter the content and the structure of the document at hand.