Not sure if I am totally understanding, so bare with me.  You want the first
on to sure of the divs with the class "wkguidetoday" correct?  Then
something like (not tested and off the top of my head)
$('.wkguidetoday"[0]).show();  or $('.wkguidetoday:first").show(); or
$('wkguidetoday').lt(1).show();

If i misunderstood let me know.

-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery (English)" group.
To post to this group, send email to jquery-en@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to