Hello,I am making pagination and have a function goToPage(pagenum).I'm curious if anyone knows what algorithm the gt and lt selectors use because I want to know if using them is not just more elegant code but also better. Compare the two snippets:The HTML looks something like this:
(ROW CONTENTS)
(ROW CONTENTS)
(ROW CONTENTS)
...
(ROW CONTENTS)
My ...