[jQuery] Re: Nested value for callback

2008-12-10 Thread Göran Törnquist
Bump! Still no solution to this problem, anyone? Pretty, please! /Göran Göran Törnquist wrote: Thanks Richard. I obviously made some errors in the process of breaking out the offending piece of code. However, the error remains for me. I'm using Firefox 3 on Mac OS X 10.4. I put up a sample

[jQuery] Re: Nested value for callback

2008-12-09 Thread Göran Törnquist
Thanks Richard. I obviously made some errors in the process of breaking out the offending piece of code. However, the error remains for me. I'm using Firefox 3 on Mac OS X 10.4. I put up a sample page here: http://www.cortland.se/callback-frenzy/ /Göran Richard D. Worth wrote: It worked fine

[jQuery] Re: Nested value for callback

2008-12-09 Thread Richard D. Worth
It worked fine for me in Firefox. In order to make it work in IE self = this; should be var self = this; Module = function() { should be var Module = function() { $dialog = $("#my_dialog"); should be var $dialog = $("#my_dialog"); - Richard On Tue, Dec 9, 2008 at 12:37 AM, Göran Tö