Kelly Farmer

May 09 2010

Basic Javascript to JQuery examples

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

Read More

Tagged: javascript, jQuery

 

Disclaimer

The words and opinions expressed here are those of each article's respective author, and do not necessarily represent the views of CapTech Ventures.