Most
of my experience with scripting has been with straight javascript.
For a variety of reasons, I've been looking at some other tools,
including jQuery. Below is a list of basic functions that I've used
in javascript and the corresponding jQuery syntax to help you get started.
|
Retrieve
element
|
js:
document.getElementById('orderId').value |