If you're trying to select hidden fields, then use $('input:hidden') or $('input[type='hidden'])
If you are trying to make selected form fields invisible then use $ ('input').hide (); On Oct 29, 3:56 pm, Robert O'Rourke <[EMAIL PROTECTED]> wrote: > Hi, does $("some selector").attr("type","hidden") work for anyone? > > I'm getting this in firebug: > > [Exception... "'type property can't be changed' when calling method: > [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e > (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] > > Cheers, > Rob