[jQuery] Re: Can you limit selector to only search within current element?

2009-12-07 Thread TehNrd
Looks like that asterisk (*) were there just to show the area needing the change as it does not work with them present. On Dec 7, 9:03 am, TehNrd wrote: > Thanks Dhruva! This works wonderfully. I looked right over the find > function. > > I noticed that you put stars (*) around the f

[jQuery] Re: Can you limit selector to only search within current element?

2009-12-07 Thread TehNrd
                   }); >                        }); > > Thanks & Regards, > Dhruva Sagar. > > On Sat, Dec 5, 2009 at 3:33 AM, TehNrd wrote: > > I am pretty new to jQuery and I've dug through the documentation for a > > few hours and I haven't found the ans

[jQuery] Can you limit selector to only search within current element?

2009-12-04 Thread TehNrd
I am pretty new to jQuery and I've dug through the documentation for a few hours and I haven't found the answer. I'm curious if you can limit a selector to only search within a defined div or other html tag. Below is the code with some notes so it should be pretty easy to understand but if not let