$("textarea").bind('propertychange',function(e) {
e.preventDefault();
// Your code here
});

Untested, but that should work fine.

On 10/30/06, asterocean <[EMAIL PROTECTED]> wrote:
like textarea, how could i  bind onpropertychange event for it?
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to