J'ai trouvé cette solution sur le web pour le moment:
Code : Tout sélectionner
$("select[name='nom[]']").map(function(){
return this.value;
}).get()Code : Tout sélectionner
Array [ "8", "11" ]array (size=3)
0 => string '8' (length=1)
1 => string '11' (length=1)