Advertisement
eerrtt

Untitled

Jul 8th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $.getJSON('http://papryczka.unixstorm.org/newsweek/api/getRegions.php', function(data){
  2. regions = data.regions;
  3. all_price = data.all_price_android;
  4. console.log(data);
  5. }).fail(function() {
  6. console.log( "error" );
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement