Guest User

Untitled

a guest
Oct 22nd, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $.getJSON('http://shop-42251-50.myinsales.ru/collection/tehnika.json', function(data) {
  2. data.sort(function(a,b){
  3. return a.data.products.id-b.data.products.id
  4. });
  5. });
Add Comment
Please, Sign In to add comment