[jQuery] Loss of focus hotkey giving error

2008-05-24 Thread brassica
hi all, i seem to have a problem with using Hotkeys and intercept I would appreciate it very much if someone would explain why the error is occurring and a solution ty in advance OK the scenario I have a (series of ) AJAX call(s) after which i am populating a DIV with other DIVS arranged

[jQuery] Re: Interface

2007-12-19 Thread brassica
Thank you Richard I wasnt aware that it was no longer supported Makes sense if it isnt :) Looking into UI now

[jQuery] Interface

2007-12-17 Thread brassica
Hi Folks sorry if this has been repeated :( but i cant seem to find a specific thread that actually resolves the issue. I am wanting to use the window/ dialog in Interface. Using Interface with JQuery 1.2 seems to come up with problems . The errors i get in when i invoke the window via

[jQuery] Scoping Issue??

2007-10-11 Thread brassica
hi guys i cant seem to get my head round a problem here. I am sure someone can help. I have included the hotkeys plugin. It all works fine. One adds a hotkey by simply calling the function $.hotkeys.add(key, function); so for example if $.hotkeys.add('1', levelClicked), the function

[jQuery] Re: Scoping Issue??

2007-10-11 Thread brassica
Thx a bill mike :) it works and i understand your explanation yes i was aware of the var...i had actually included it in my code just forgot to include it in my sample code...didnt work with var either :) Thanx again On 11 Oct, 17:48, Michael Geary [EMAIL PROTECTED] wrote: From: brassica