On Sep 22, 2009, at 8:02 AM, DBJDBJ wrote:

>
> What happens if you change this (that fails) :
>
> $('p').find('strong ~ strong');
> $('div').find('code ~ code');
>
> To this :
>
> $( 'strong ~ strong', document.getElementsByTagName("p") );
> $( 'code ~ code', document.getElementsByTagName("div") );
>
> Am I just fishing here ? Very quick one (and on top of my head) ...
>


Thanks for the reply. I was feeling a little lonely. ;-)

Unfortunately, using getElementsByTagName() doesn't help.

--Karl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to