Advertisement
Guest User

Untitled

a guest
Dec 7th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. REPLACE
  2.  
  3. var jo = $("#table1").find("tr");
  4. if (this.value == "") {
  5. jo.show();
  6. return;
  7. }
  8.  
  9.  
  10. WITH
  11.  
  12. var jo = $("#status-table", "#status-table2").find("tr").each(function(){his.show();});
  13. if (this.value == "") {
  14. jo.show();
  15. return;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement