Better way to write this transversing statement?
Hello,
I have this statement:
$(this).closest("div.middle-box").next().next().next().next().children("div.comment-input-button").toggle("slow");
This works just fine I was wondering if there was a better way to write it though?
Thanks!
Randy