[jQuery] Re: Setting element type?

2009-05-22 Thread Rodrigo Matheus
h the type you want. Ex: > > $('').appendTo("form"); > > - Richard > > > On Thu, May 21, 2009 at 9:44 AM, Rodrigo Matheus wrote: > >> also need to know >> >> 2009/5/21 ash.finlay...@googlemail.com >> >> >>> Hi can

[jQuery] Re: Plugin Best practices?

2009-05-21 Thread Rodrigo Matheus
best >> practice in loading all of these files and how much does it slow down >> an app? Do you reference them from another file to keep the page code >> clean? Just a couple of questions to find out about . . . . >> >> Thanks, >> Rich > > > -- Atenciosamente, Rodrigo Matheus

[jQuery] input type

2009-05-21 Thread Rodrigo Matheus
Hi, You can return a text input for a password input? Example: $(this).attr('type','password'); Has another way that works? -- Atenciosamente, Rodrigo Matheus

[jQuery] Re: Setting element type?

2009-05-21 Thread Rodrigo Matheus
also need to know 2009/5/21 ash.finlay...@googlemail.com > > Hi can anyone tell me how to set the 'type' of an html form element > using jquery? > > is there something like? > $("element").type("password"); > > Many Thanks > Ash -- Atenciosamente, Rodrigo Matheus