[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
fix a headache I've had. Thanks again, Shadraq

[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] BlockUI not always firing

2009-06-02 Thread Shadraq
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) { if (l_pr

[jQuery] Re: Cross Port Jquery Library Call

2009-05-18 Thread Shadraq
In case anyone stumbles in here with the same issue, I was able to solve this pretty easily... As long as your library includes aren't port specific, and your $.post () url is pointing to the port you need (http(s)) then, there won't be any problems. Your library call should be something like th

[jQuery] Re: IE8 error: Invalid Argument

2009-05-15 Thread Shadraq
Alright, Incase anyone stumbles into this looking for an answer you can try the following: I updated to the latest version of UI and found that the dialog loaded without my html form. So, I simply removed the height option and everything loaded just fine in IE. FF appeared to not be affected by t

[jQuery] Re: IE8 error: Invalid Argument

2009-05-14 Thread Shadraq
I ran the IE8 Dev Debugger and came across this: The error is "jscript runtime error invalid argument"; and the code is "elem[ name ] = value;" within my jquery-1.3.2.js file Any help is appreciated. Thanks, Shadraq

[jQuery] Re: IE8 error: Invalid Argument

2009-05-14 Thread Shadraq
The modal will pop-up if I pull out all code between and including the tags. Obviously, this presents a problem. Any ideas? Thanks, Shadraq

[jQuery] Re: Alternating Row Colors: Last row not coloring

2009-05-14 Thread Shadraq
have much to learn. Up until now I've usually just assigned specifics inside the rows. But, as I've come to realize, that makes it much more difficult to go back through and change coloring/theming and whatnot. - Shadraq

[jQuery] Re: Cross Port Jquery Library Call

2009-05-13 Thread Shadraq
haps I misunderstood...? Thanks, Shadraq

[jQuery] Re: Alternating Row Colors: Last row not coloring

2009-05-13 Thread Shadraq
ssing something? Thanks for your time, Shadraq

[jQuery] IE8 error: Invalid Argument

2009-05-13 Thread Shadraq
function(){ $(this).removeClass("ui-state-hover"); } ).mousedown(function(){ $(this).addClass("ui-state-active"); }) .mouseup(function(){ $(this).removeClass("ui-state-active"); }); I realize that I may not have given enough nuggets for anyone to be able to help, so if you need more, just let me know. Thanks for your time, Shadraq

[jQuery] Cross Port Jquery Library Call

2009-05-13 Thread Shadraq
ever, if someone could toss me a lifeline and help me out, it would make my day. Thanks, Shadraq

[jQuery] Alternating Row Colors: Last row not coloring

2009-05-13 Thread Shadraq
***END CODE*** My problem is that the last line of my returned rows isn't coloring. If 14 rows return, the first 13 will alternate coloring, but the 14th will not. Consequently, if only 1 line is returned, it does not color. Thanks for your time, Shadraq

[jQuery] Re: "Please Wait While Processing" help

2009-05-08 Thread Shadraq
In case anyone stumbles onto this discussion looking for specifics, the following is what i ended up doing: *** $('#processing-EventListing') { $().ajaxStart(function() { $.bl

[jQuery] Re: "Please Wait While Processing" help

2009-04-28 Thread Shadraq
Remon, Dexter, Mike Thanks for giving me some good ideas to look into. If I run into any problems I will be sure to reply to this thread. Thanks for taking the time to help me out. - Shadraq

[jQuery] "Please Wait While Processing" help

2009-04-24 Thread Shadraq
ase wait while we process your request." message/decal/modal that freezes the screen while the payment is processing, and releases once a response comes back from the server. Any ideas/links to examples. I googled and searched the UI...and didn't find anything that I could use. It is likely I missed something. Thanks, Shadraq