error in Internet Explorer
I wanted to change the type of input element with something like this"
$("input[@name='url']").attr("type","password");
This suppose to change the type of an <input type="text" name="url" />
element. Works fine in Opera, FF, but in IE 6 it crashes :/