I have an ajax problem:
foreach(ids as id){ $.ajax({ url:\'script.php\', data:\'id=\'+id, cache:false, }); }
If I loop 6 ti
That's awesome, it solved my issue the same as albanx, thanks