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?
$('textarea').live('mouseup', function() { $(this).select(); });
Topic Participants
mjmacarty
jtara-jquery
jakecigar