[jQuery] Re: Setting element type?

2009-05-22 Thread Rodrigo Matheus
type=password').appendTo(form); - Richard On Thu, May 21, 2009 at 9:44 AM, Rodrigo Matheus sis.rodr...@gmail.comwrote: also need to know 2009/5/21 ash.finlay...@googlemail.com ash.finlay...@googlemail.com Hi can anyone tell me how to set the 'type' of an html form element using jquery

[jQuery] Re: Setting element type?

2009-05-21 Thread Rodrigo Matheus
also need to know 2009/5/21 ash.finlay...@googlemail.com 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] 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: Plugin Best practices?

2009-05-21 Thread Rodrigo Matheus
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] Re: Validate textbox on option selected value

2009-05-18 Thread matheus
Are you using the validation plugin? On 18 maio, 05:33, ciupaz luigi.zambe...@gmail.com wrote: Hi all, I have this validate code to validate a textbox if the user select a combo value: script type=text/javascript     $(document).ready(function() {                 $(form#2form).validate({

[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 joern.zaeffe...@googlemail.com wrote: Try this (untested): required: #viaFornitura[selectedIndex=1] Jörn On Mon, May 18, 2009 at 12:13 PM, ciupaz luigi.zambe...@gmail.com wrote: How can I make this Jorn? Luigi

[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 joern.zaeffe...@googlemail.com wrote: Try this (untested): required: #viaFornitura[selectedIndex=1] Jörn On Mon, May 18, 2009 at 12:13 PM, ciupaz luigi.zambe...@gmail.com wrote: How can I make this Jorn? Luigi

[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 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

[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 my