I have a big problem. I know it\'s about callback, closure but I don\'t know how to solve the problem. Here is my code
$.Model.extend(\'Article\',
{
fin
I had the same problem, especially on mobile development projects. I created a library that eliminates the need for callbacks: http://code.google.com/p/proto-q/
This made my code easier to troubleshoot, maintain, and enhance.
I added support for AJAX, web workers, script injection, and the storage APIs. I hope it helps.