Guest User

Untitled

a guest
Jun 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $.getJSON("../../carts/customer_name_val/" + pid + "&customer_name=" + customer_name + "?format=json",
  2. function(data) {
  3. if data['validity'] == true {
  4. $('#customer_name_val').html('<img src="/images/icons/tick-button.png" alt="*"/>');
  5. } else {
  6. $('#customer_name_val').html('<img src="/images/icons/cross-button.png" alt="*"/>');
  7. }
  8. }
  9. )
Add Comment
Please, Sign In to add comment