Here is the code snippet: http://jsbin.com/ekupa3/2/edit
I need to return the table rows (tr) that don't have a tag of 'test2'. the output should be an array of table rows (tr).
I spent a couple hours trying every JQuery technique I knew and I will bow to the experts.