Whoops, make sure you add a closing } to the anonymous function :)
On 08/03/07, Chris Domigan <[EMAIL PROTECTED]> wrote:
Ben,
You need to enclose your loadJson function in an anonymous function,
otherwise it is evaluated at runtime:
buildDialogBox({
u : 'oba_1_2',
f : function() {
loadJson('userlist.txt ', buildUserManageTable),
d: 'formDialog600'
});
Chris
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
