Glen Lipka wrote:
Even though Ive been using jQuery for a while, I still go to this page all the time.http://docs.jquery.com/Selectors I can't remember all of it by heart. :)Near the bottom is has one like the one you wanted, $("p:gt(2)") So we just change it a little to $("li:gt(7)") and you got it.
Perfect, thanks. I KNEW I wouldn't have to wait too long for an answer :) Mike

