Guest User

Untitled

a guest
Jul 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <tr class="cart-order">
  2. <td align="left">тестовый товар 2</td>
  3. <td><b><span class="weight">30</span> кг.</b></td>
  4. <td><span class="price">5500</span> руб.</td>
  5. <td align="center">
  6. <input class="count" type="text" size="2" title="изменить количество" value="2">
  7. </td>
  8. </tr>
  9.  
  10. var orders = $('tr.cart-order');
  11. console.log(orders);
  12.  
  13. console.log(orders[0]);
Add Comment
Please, Sign In to add comment