[jQuery] form plugin and select()
Hi
first of all I wish to thank mike for his great form plugin :)
letely I've been developing a sort of remote file manager using PHP,
MySQL and jQuery.
for seamless file uploads I've integrated Mike's form plugin in it,
and it works sweet.
but I noticed that there was a little problem. at some point in
developing the normal jQuery select() method stopped working
correctly.
I used that to simulate window's behaviour on actions like 'create new
folder', where you get something like an input with the text 'New
folder' selected inside. for example:
$('<input type="text" value="New folder" id="folderNew"/