Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
Interesting, do you have a link? If not, please send me the page: 
[email protected]

Original comment by balazs.endresz on 27 Aug 2009 at 1:15

from jquery-translate.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
I forgot to mention that you can set the `async` option to `true`, so it will 
use 
setTimeout to delay each recursion and keep the browser responsive. 

Or now you can also try the plugin with the TextNode Translator: 
http://code.google.com/p/jquery-translate/wiki/TextnodeTranslatorIntegration

Original comment by balazs.endresz on 5 Oct 2009 at 8:59

from jquery-translate.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024

Original comment by balazs.endresz on 18 Oct 2009 at 8:10

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

from jquery-translate.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
BTW, if the `async` option doesn't help, you can also use `walk:false`, which 
eliminates this issue for sure.

The problem is that javascript engines don't allow more than about 3000 
recursive 
function calls, which can be easily exceeded with a page that large by 
traversing the 
DOM.
http://lazutkin.com/blog/2008/jun/30/using-recursion-combinators-javascript/
According to this article this could be fixed by using some combinators, maybe 
I'll 
give it a try some time.

Original comment by balazs.endresz on 3 Feb 2010 at 6:55

  • Changed state: Accepted

from jquery-translate.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
Thanks... For my website, setting ASYNC=TRUE does really help..
Thanks alot.. 

Original comment by [email protected] on 12 Dec 2010 at 4:38

from jquery-translate.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024

Original comment by balazs.endresz on 11 Mar 2011 at 8:07

  • Changed state: Duplicate

from jquery-translate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.