How to find the first row not with all cells filled by " " with jQuery?
<table id="experiences" cellpadding="0" border="1" width="100%"> <caption>table name</caption> <tr><th>col1</th><th>col2</th><th>col3</th><th>col4</th><th>col5</th><th>col6</th></tr> <tr><td>something</td><td>something</td><td>something</td><td>something</td><td>something</td><td>something</td></tr> <tr><td> </td><td...