[jQuery] Re: select random div

2009-06-30 Thread James
If you do manage to be able to parse the content, you can use jQuery's eq() function to get a specific element's index: http://docs.jquery.com/Selectors/eq On Jun 30, 12:06 pm, "Cesar Sanz" wrote: > As the returned html is not yet part of the document until you append it, > you cannot use jquery

[jQuery] Re: select random div

2009-06-30 Thread Cesar Sanz
As the returned html is not yet part of the document until you append it, you cannot use jquery to parse it. You will need to parse the string returned by the server, or append to a div and then make all your stuffs.. - Original Message - From: "zendog74" To: "jQuery (English)"