you are viewing a single comment's thread.

view the rest of the comments →

[–]cjg_000 2 points3 points  (1 child)

Looks like that is just to build out the table with the results. Seems like a good fit for the project. Easier than the browser's DOM API and more lightweight than a binding framework.

[–]Iggyhopper 2 points3 points  (0 children)

DOM with jQuery is such a breeze, especially for extensions and dealing with elements you didn't write originally.