21
Aug
Posted by klejnieks » 5 Comments »
Passing arguments to javascript’s setTimeout() method using closures
Yesterday I ended up having to hack around FCKEditor a bit to “fine tune” it for a project im involved in. The problem was that the html text we needed from the editor was getting back to our app, I didnt touch the code at all except to add a console log (window.console.log()) and tada… it works now. Well it was aparent that the fckeditor was not getting to where i needed to get to fast enough.
[Read more →]