Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- success: function (response, status) {
- $.each(response, function (i, item) {
- if (item.conto != 1) {
- $("#this").show();
- $("#thisother").hide();
- } else {
- $("#thisother").hide();
- $("#this").show();
- $("#addprod").append(item.id).append(item.path) // and so on
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement