[jQuery] Add option to combo

2009-03-16 Thread Chizo
Hi people, how can i add a first option value to a combobox, containing for example "Select..." With append i can add the new value, but i don´t know how to put it first. Any ideas will be apprecited! Thanks!

[jQuery] Problems with alphanumeric plugin

2009-02-24 Thread Chizo
Hi! i need some help with alphanumeric plugin. I have a couple of inputs that i want to only permit numbers to be write there, so i´m using this plugin, but the problem is that i can only prevent user from enetering characters non numeric in the first input, but nothing happens with the others...

[jQuery] Re: Select checkbox when click on row

2008-12-05 Thread Chizo
Thanks Karl, it works now, i don´t know what i was doing wrong, but now works fine! now lets keep learning! Thanks for your time! Lucas

[jQuery] Re: Select checkbox when click on row

2008-12-05 Thread Chizo
first, thanks! now...this is the code for the $("tr").click(function() { $(this).toggleClass("click"); }); so, i suppose that here i should put the function to check the checkbox, i tried with karl example but i can´t make it work...

[jQuery] Select checkbox when click on row

2008-12-04 Thread Chizo
Hi people, i need a little help, i´m complete new in jquery and i am a little lost... my doubt is: how can i check/uncheck a checkbox by clicking a row like yahoo mail ,for example. my checks id is (for all) CheckAreaID and the value that they are taking ar the AreaID. Thanks and sorry for my en