What about finding the elements, and removing them, and inserting new inputs
with the right type?

$("#btnEnviar").insertAfter("<input type='button' id='btnEnviar'>");
$("#btnEnviar").remove();

Its only slightly longer, but would work in IE.

Glen

On 5/10/07, Harlley Roberto <[EMAIL PROTECTED]> wrote:

Hi,

I need to do this:
$("#btnEnviar").attr("type", "button");

But accordind to my googled, I think that it's not possible on IE

http://dev.jquery.com/ticket/120

How can I do to solve my problem ?

Regards,

Harlley

--
www.syssolution.com.br
------------------------------------------------------
Desenvolvimento de sistemas e sites
------------------------------------------------------
[EMAIL PROTECTED]

Reply via email to