[jQuery] Re: Why won't this "unbind" work?

2009-02-14 Thread Rick Faircloth
ael Geary > Sent: Saturday, February 14, 2009 12:15 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Why won't this "unbind" work? > > > Your code is calling .unbind() on the #myTextarea element. > > What event handler is bound to the #myTextarea e

[jQuery] Re: Why won't this "unbind" work?

2009-02-14 Thread Rick Faircloth
ns.within))), minHeight ) $this.stop().animate({ height: newHeight }, options.duration); } }; }).end(); } }); })(jQuery); > -----Original Message----- > From: jquery-en@googlegroups.com [

[jQuery] Re: Why won't this "unbind" work?

2009-02-13 Thread Michael Geary
Your code is calling .unbind() on the #myTextarea element. What event handler is bound to the #myTextarea element? N.B.: .expandable() is not an event handler. Is it? What is it? -Mike > From: Rick Faircloth > > Given these scripts: > > $(document).ready(function() { > $('#myTextarea').