Advertisement
iGorNoiZe

Тест Alert

Apr 26th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $('.js_order').click(function(){
  2. var orderTitle = 3;/*$(this).parents("#order_template").find(".order_tempate_title").text();
  3. $(this).parents("#order_template").find('.title-info').val(orderTitle);
  4. var orderPrice = $(this).parents("#order_template").find(".price").text();
  5. $(this).parents("#order_template").find('.price_input').val(orderPrice);*/
  6. alert(3);
  7. }
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement