Advertisement
oquidave

table

Aug 17th, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. </div><div id=td_8><tr>
  2. <td>
  3. <input type=checkbox name='contact' value='9'/>
  4. </td><td>paul</td><td>256752445434</td>
  5. </tr>
  6.  
  7. //jquery
  8. var id = $('form input:checkbox:checked').val();
  9. var tag_div = "#td_"+id + ' td:eq(1)';
  10. var val = $(tag_div).text();
  11. confirm("Delete \n " + val);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement