> I'm trying to find out if there's a jQuery equivalent to this: > > form.ElementName.select();
Those DOM methods are still available to you: $('#myInput')[0].select(); _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/