Guest User

Untitled

a guest
Jan 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <script type="text/javascript">
  2.  
  3. function change_value(val){
  4.  
  5. alert ("<%= @alert %>")
  6. }
  7. }
  8. </script>
  9.  
  10. <script type="text/javascript">
  11.  
  12. function change_value(element){
  13. <% @element_id = *** element.id *** %>
  14.  
  15. alert ("<%= @element_id %>")
  16. }
  17. }
  18. </script>
  19.  
  20. <script type="text/javascript">
  21.  
  22. function change_value(product){
  23.  
  24. <% @billeable_qts[****product.id****] = ***document.getElementById('product.id').value**** %>
  25. <% @billeable_qts.each do |key, value| %>
  26. <% alert = "Key = " + key + ", value: " + value.to_s%>
  27. alert ("product: <%= alert %>")
  28. <% end %>
  29.  
  30.  
  31. }
  32.  
  33. </script>
Add Comment
Please, Sign In to add comment