Donny
That did the trick!
-Shadraq
fix a headache I've had.
Thanks again,
Shadraq
Donny
Thanks for the tip about Pastie. I so was not aware of that.
http://pastie.org/499915
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
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
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
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
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
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
haps I misunderstood...?
Thanks,
Shadraq
ssing something?
Thanks for your time,
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
ever, if someone could toss me a lifeline and help me out, it would
make my day.
Thanks,
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
In case anyone stumbles onto this discussion looking for specifics,
the following is what i ended up doing:
***
$('#processing-EventListing')
{
$().ajaxStart(function()
{
$.bl
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
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
17 matches
Mail list logo