Bonjour,
j'ai un tableau sous la forme :
grid_actions[225]['name'] = 'Importer';
grid_actions[225]['function'] = 'test';
grid_actions[225]['affectation'] = 'noselect';
grid_actions[224] = new Array();
grid_actions[224]['name'] = 'Nouveau Produit';
grid_actions[224]['function'] = 'fonction';
grid_actions[224]['confirm'] = '0';
Je vais le parcourir :
for(var i=200; i<grid_actions.length; i++)
mais seulement il ne commence pas a 0, pouvez vous me dire comment obtenir que la première occurence est 224?
:) speed34 :)