Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. process_add_to_chart();// this is for document ready
  2. $( '[id^="button_add_to_cart_"]' ).click(function(){
  3. process_add_to_chart();
  4. });
  5.  
  6. function process_add_to_chart(){
  7.  
  8. var id = $(this).attr('id');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement