[jQuery] Re: Selectors question

2009-07-03 Thread Cesar Sanz
I have not found another way to retrieve information from an iframe. BTW, I see no problem using that sintax - Original Message - From: "smokinguns" To: "jQuery (English)" Sent: Thursday, July 02, 2009 3:07 PM Subject: [jQuery] Selectors question Hey all, I'm new to jQuery and

[jQuery] Re: selectors question

2008-05-21 Thread Wizzud
I, also, am not entirely sure what the end requirement is, but this might help ... $(document).ready(function() { var inputUpdate = $('input.listcomplete').next('ul').find('li') .bind('click', function(){ //this only works when a space is a valid separator, ie no LI //text contains

[jQuery] Re: selectors question

2008-05-20 Thread Scott Sauyet
nos wrote: Cat1 Cat2 Cat3 Cat4 Cat5 I'm not quite sure what you're looking to do, and this markup is part of the issue. There is no "type" attribute on your "input" tag. Is this just a text field? Also, the tag is also not closed. Is the "ul" element supposed to someh