[jQuery] Re: Attr(name)

2009-02-05 Thread Mohd.Tareq
Hi Liam Potter, Yeah u have to pass dynamic id for those input field then u have to pass those id on ur events hope this will help u :) If ur not using dynamic id then obviously it will get first input only b'coz its taking that on top of ur input fields . regards Ragx On Thu, Feb 5, 2009 at 6

[jQuery] Re: Attr(name)

2009-02-05 Thread Liam Potter
var current = $("input:focus").attr("alt"); obiwanknothe wrote: I have created a form that has multiple input tags (6 to 8) and I am using the "alt" attribute of the of the input tag to to retrieve information with this method "var current = $("input").attr("alt");". While this works on the