using .live() to select text in a textarea

using .live() to select text in a textarea

I am trying to do something really simple, using .live() and I get $(...).live is not a function.  What am I doing wrong?  


  1. $('textarea').live('mouseup', function() { $(this).select(); });