Episode 294 of JS Party is titled Reports of Node’s death are greatly exaggerated and features two members of the Node Technical Steering Committee: Matteo Collina and James Snell. Their perspective on the project (and software development in general) was insightful, especially some of the challenges they face.
#Javascript
-
Changelog/JS Party Podcast on Node.js Notes
-
Using jQuery Tablesorter With Dynamic Tables
Here are a couple of tricks to remember when using jQuery’s tablesorter plugin with dynamic tables. These are tables that the user can add or delete from.
-
If the table begins empty (with no rows in
<tbody>
), you can’t specify a default sort.If there are no rows in the
<tbody>
section when the page is first loaded, the sortList command will crash with a “parsers is undefined” error.
-