Share the code
$.getJSON( "url" , function( data ) { $.each( data, function( key , val ) { //do something }); });
No comments:
Post a Comment