[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

[jQuery] Re: Validate textbox on option selected value

2009-05-18 Thread matheus
Are you using the validation plugin? On 18 maio, 07:33, Jörn Zaefferer wrote: > Try this (untested): > > required: "#viaFornitura[selectedIndex=1]" > > Jörn > > On Mon, May 18, 2009 at 12:13 PM, ciupaz wrote: > > > How can I make this Jorn? > > > Luigi > > > On May 18, 10:42 am, Jörn Zaefferer

[jQuery] Re: Validate textbox on option selected value

2009-05-18 Thread matheus
Are you using the validation plugin? On 18 maio, 07:33, Jörn Zaefferer wrote: > Try this (untested): > > required: "#viaFornitura[selectedIndex=1]" > > Jörn > > On Mon, May 18, 2009 at 12:13 PM, ciupaz wrote: > > > How can I make this Jorn? > > > Luigi > > > On May 18, 10:42 am, Jörn Zaefferer

[jQuery] Re: Validate textbox on option selected value

2009-05-18 Thread matheus
Are you using the validation plugin? On 18 maio, 05:33, ciupaz wrote: > Hi all, > I have this validate code to validate a textbox if the user select a > combo value: > > > >     $(document).ready(function() { >                 $("form#2form").validate({ >                 rules: { >            

[jQuery] Re: Superfish Question

2008-08-19 Thread matheus
Hello Willie!! I never used a superfish plugin, but I believe that is not so hard to make a "superfish *not* activate the "drop-down"", You need to take a look in the code javascript and the css of the plugin...Delete or change part of the code... Instead of "hover" use something like "onclick".

[jQuery] Re: jQuery code comments - Is that Javadoc or something else?

2008-03-26 Thread matheus
Hello Stephen... This parameters and type of block looks like phpDocumentor... /** ---> Start of comment @requires ---> version required @example ---> One example (i dont remember that is a external example or internal) */ ---> end of block Stephen escreveu: > Hi, > In many jQuery plug-in

[jQuery] Re: jQuery code comments - Is that Javadoc or something else?

2008-03-26 Thread matheus
Its looks like phpDocumentor... On 26 mar, 10:47, Ariel Flesler <[EMAIL PROTECTED]> wrote: > The core of jQuery doesn't have formal comments, and I don't think > there's any standarized documentation among jQuery devs. > I always add some *formal* comments in the header of the source > version of

[jQuery] Re: jQuery code comments - Is that Javadoc or something else?

2008-03-26 Thread matheus
Hello Stephen! This code comments looks like phpDocumentor... /** ---> Start of comment block @require ---> file needed @example ---> One example of the use of code (I dont remeber if this example is a external file or a internal.) */ ---> End of comment block On 26 mar, 10:47, Ariel Flesler <