Re: [jQuery] Change a css value for a child of the selected element

2009-11-28 Thread LPA
Shame on me. I found my solution.. it was so simple :) $('a', this).eq(0).css('color','pink');

Re: [jQuery] Change a css value for a child of the selected element

2009-11-28 Thread LPA
Hi, It's nearly what I'm searching for :) The problem with your function, is that the script change ALL the for the child. I just wanna change the first one :) Thanx a lot - Original Message - From: waseem sabjee To: jquery-en@googlegroups.com Sent: Saturday, November 28, 20

Re: [jQuery] Change a css value for a child of the selected element

2009-11-28 Thread LPA
Hi, It's nearly what I'm searching for :) The problem with your function, is that the script change ALL the for the child. I just wanna change the first one :) Thanx a lot - Original Message - From: waseem sabjee To: jquery-en@googlegroups.com Sent: Saturday, November 28, 20

[jQuery] Plugin like usableforms from ppk

2008-05-19 Thread LPA
Hi, Since a long time I use usableforms javascript script http://www.quirksmode.org/dom/usableforms.html to enhance my form pages. I'd like to know if there is a Jquery plugin which allow to do that. Thanx for your support

[jQuery] textarea remplacement

2008-05-07 Thread LPA
Hi, I'm searching for a textarea remplacement. Thanx for your help