Premier élément selectionné pour la mise à jour des données ajax

This commit is contained in:
Michael RICOIS 2012-04-17 11:32:47 +00:00
parent bd66d2350b
commit 15e830b00e

View File

@ -23,7 +23,7 @@ $(document).ready(function(){
var timer;
function updateInfo()
{
$('tr.encours').each(function(){
$('tr.encours:first-child').each(function(){
var objet = $(this);
var id = $(this).attr('id');
$.getJSON('/index/getinfo', {id: id}, function(data){