I repeat the json dataset, but I need to remove the first element before iteration. How to remove the original item? This is what I still have:
$.post('player_data.php', {method: 'getplayers', params: $('#players_search_form').serialize()}, function(data) { if (data.success) {
javascript jquery
Paul
source share