[jQuery] Find nodes

2010-02-05 Thread san82
Hi All, I have the below HTML assigned to a variable in JS. HTML: #ChevronSPAN4 lt;lt; #ChevronSPAN4id= gt;gt; Please let me know using jQuery how can I search the variable for SPAN elements with class=cheveron. Thanks, Sandeep -- View this message in context:

Re: [jQuery] Find nodes

2010-02-05 Thread Nathan Klatt
On Fri, Feb 5, 2010 at 8:14 AM, san82 sandee...@spanservices.com wrote: I have the below HTML assigned to a variable in JS. HTML: #ChevronSPAN4 lt;lt;  #ChevronSPAN4id= gt;gt; Please let me know using jQuery how can I search the variable for SPAN elements with class=cheveron. I'm guessing

Re: [jQuery] Find nodes

2010-02-05 Thread san82
Nathan Klatt-2 wrote: On Fri, Feb 5, 2010 at 8:14 AM, san82 sandee...@spanservices.com wrote: I have the below HTML assigned to a variable in JS. HTML: #ChevronSPAN4 lt;lt;  #ChevronSPAN4id= gt;gt; Please let me know using jQuery how can I search the variable for SPAN elements with