This works...

 $("div.image").slice(4,5).show()

But this does NOT

 $("div.image")[4].show()

Seems like the [4] should work !!

Reply via email to