hi,
So, I have a asp.net page with a jquery ui progress bar. It shows when
I run the page from visual studio on my computer. However, when I send
the files to the server, the same page, the progress bar just doesn't
show! In other words, the progress bar is not there on the page? And
worst, this line of code in the body doesn't run?!
function LoadJobClient() {
alert($get("JobID").value);
alert($("#container").progressbar('value'));
}
On my computer both alerts popup, but when I run it on the server, the
second alert doesn't show!? Any idea what could cause such a vague
problem?
My aspx page inherits from a Master page, this above script, and 3
other references to the jqueryui libraries is in one of the content
controls.
Thanks
Gideon
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.