[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] Input type radio events

2009-02-22 Thread Bruno
Hi, I'm newbie about javascript and jquery. I would like to know how can I change values of all input type checkbox to unchecked when the user changes the values to "No" answer of a input type radio. The code can be the following yes no Value 1 Value 2 Thank you. Regards, Bruno.

[jQuery] Input Type of Submit Event not working in IE

2007-12-10 Thread Raymond
I am trying to add a click event to all form input's that are type of submit. The following works great in Opera and FF but does not work in IE. I have tried numerous various without success. $('[EMAIL PROTECTED]"submit"]').click(function () { //do stuff }); I have a very similar type of

[jQuery] input type text toUpperCase() jquery question

2007-09-25 Thread FrankTudor
As a user types in content to this this text field I would like tho force the text to uppercase to as keys are pressed. How would this be done? and is toUpperCase a real jquery function? if not wbhat would be a simple way to hndle this with either CSS or someother method... Here is what I hav

[jQuery] Input type

2007-09-15 Thread erveloso
Hi, How do I detect an input type? Something like: if ($('#birth_date').type() == 'text'){ // do something } Thanks, Emilio

[jQuery] input type='radio' in a TD with onclick

2007-05-04 Thread Peter Bengtsson
This is the HTML I have to work with: My first attempt was this:: $('td.foo').click(function() { $(this).children()[0].checked = !$(this).children()[0].checked; }); That works fine when you press anywhere inside the TD and it