On Fri, Oct 9, 2009 at 10:18 PM, anjith <anjithkumar.garap...@gmail.com>wrote:

>
>  i am using Jquery and javascript from long back but i don't know what
> this really means and what they return etc can any explain these....or
> can u just any wesite containing tutorials about these codings.


Everything you need is in the docs.  http://docs.jquery.com

Specific to your question:

http://docs.jquery.com/Selectors
http://docs.jquery.com/Events/bind

$('#username') references the element with id="username"
$('#newUser').bind('click', ... ) binds a specific function to the click
event of the element with id="newUser"

The docs really should be the first place you look for questions like this.

-- 
Charlie Griefer
http://charlie.griefer.com/

I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.

Reply via email to