[jQuery] Re: BlockUI not always firing

2009-06-12 Thread Shadraq
Donny That did the trick! -Shadraq

[jQuery] Re: BlockUI not always firing

2009-06-11 Thread Shadraq
All, Thanks for your help. Based on what y'all said I dove deeper and made my code better. The error primarily lied in my reliance on $ ().ajaxStart and my misuse of it. I also appreciate the comment from MorningZ about my Reload() function. You were correct and, upon implementation, will fix a h

[jQuery] Re: BlockUI not always firing

2009-06-04 Thread MorningZ
To the original poster, i don't have time right now to really delve deep into your code, but just a quick glance raises the question "What is ReloadPage() supposed to do?"... i would have the feeling judging by your code that you expect: - Ajax call be made - *then* reload the page that is in

[jQuery] Re: BlockUI not always firing

2009-06-04 Thread yang yzh503
usually,when you check your code .which tools can you use .thanks

[jQuery] Re: BlockUI not always firing

2009-06-03 Thread Donny Kurnia
Shadraq wrote: Donny Thanks for the tip about Pastie. I so was not aware of that. http://pastie.org/499915 I have examine your code. Same with my suggestion before, try to define $.ajaxStart outside the function, because it just need to defined once in a page. About the $.ajax, I never

[jQuery] Re: BlockUI not always firing

2009-06-03 Thread Shadraq
Donny Thanks for the tip about Pastie. I so was not aware of that. http://pastie.org/499915

[jQuery] Re: BlockUI not always firing

2009-06-02 Thread Donny Kurnia
Shadraq wrote: I posted this in the UI group and was told to put it in here... My problem is that I have a function that is to call blockUI both upon login and logout. BlockUI only fires upon logout. Here's my code: **code** function Processing(dataString,l_processing,control) {