Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. success: function (response, status) {
  2. $.each(response, function (i, item) {
  3. if (item.conto != 1) {
  4. $("#this").show();
  5. $("#thisother").hide();
  6. } else {
  7. $("#thisother").hide();
  8. $("#this").show();
  9. $("#addprod").append(item.id).append(item.path) // and so on
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement