[jQuery] Re: Select elements in order

2007-12-24 Thread McLars
You should be able the use $(":header") selector to select all of the headers simultaneously. I imagine they'd be stored in the document order, but I haven't tried it. Larry On Dec 24, 9:23 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I want to select some items on my page in the order

[jQuery] Re: Select elements in order

2007-12-24 Thread Erik Beeson
See my responses regarding this issue in this thread: http://groups.google.com/group/jquery-en/browse_thread/thread/c21d5c20bfd25f6c/f42894299920f05d?lnk=gst --Erik On 12/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I want to select some items on my page in the order they appear, b