On 25 Paź, 11:12, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > Despite the fact that you code is a bit of a mess, your problem is just that > since you aren't defining the variable "callback" with "var callback = ...", > it's being made a global variable, and as a global variable, each time you > call $(...).test1(...), you're overwriting "callback". Same for ttt. Adding > var before callback and ttt fixes the problem. > > Good luck with it.
Thank you very much, You helped me again! Now works fine! Michael

