Closed GoogleCodeExporter closed 9 years ago
http://office.dfs.gr/pfashion if you want to see it in action
Original comment by rodoj...@gmail.com
on 22 Feb 2011 at 1:20
On some pages that can happen, just use the async:true option! It will take
more time but won't freeze the browser. You can probably set it to false on
other browsers if they don't complain about this. Also, you can try the
jQuery('#translateit').translateTextNodes() method instead of
jQuery('#translateit').translate().
Original comment by balazs.endresz
on 22 Feb 2011 at 2:22
async:true; didnt worked but translateTextNodes() worked fine, no slow script
message now
Original comment by rodoj...@gmail.com
on 22 Feb 2011 at 4:45
It really depends on the actual markup, but that's why translateTextNodes
exists, it has much less computational complexity.
Original comment by balazs.endresz
on 22 Feb 2011 at 9:30
Original issue reported on code.google.com by
rodoj...@gmail.com
on 22 Feb 2011 at 11:54