Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('#orders-table tr').click(function() {
  3. var href = $(this).find("a").attr("href");
  4. if(href) { window.location = href; }
  5. }); });
  6.  
  7. <tr href="/order?id=[ORDER_ID_LOCAL]" target="_blank">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement