Closed GoogleCodeExporter closed 9 years ago
The parallel option is for sending multiple requests at a time instead of
waiting for each one to complete. If you want to translate elements in separate
requests do something like this:
$(elements).each(function(){
$(this).translate(from, to);
});
Original comment by balazs.endresz
on 5 Dec 2011 at 12:05
Original issue reported on code.google.com by
stabile....@gmail.com
on 4 Dec 2011 at 5:26