change event in jquery

by Ranganathan 2012-08-29 21:26:47

<font size=3>change event in jquery</font>

You are looking for jQuery's change event.

$('#TextBox').change(function(e) {
doSomethingWithString( this.val() );
})
906
like
0
dislike
0
mail
flag

You must LOGIN to add comments