[jQuery] Re: loading message shows up after page has loaded

2009-10-23 Thread sdtacoma
: #ddd url(ajax-loader.gif) no-repeat 50% 50%; >      } >     > >    http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.js</a> > " type="text/javascript"> > >     >      $(window).bind('load', function() { >         $('#uiblocker

[jQuery] Re: loading message shows up after page has loaded

2009-10-23 Thread sdtacoma
Hey JMan, CFFlush was my first attempt at doing this. It worked great, did exactly what I wanted it to do but it stopped my CFLocation tags from working (as documented). AJAX might be the way to go. I was hoping to roll this "loading..." message out system wide. Going the AJAX route would create

[jQuery] Re: loading message shows up after page has loaded

2009-10-21 Thread sdtacoma
.unblockUI();} > > > > Still trying to use blockUI? What happened to the styles? > > This script should be the first one, right after : > document.documentElement.className =   > 'js'; > > Also, should be in the html, right after   > the opening tag and bef

[jQuery] Re: loading message shows up after page has loaded

2009-10-15 Thread sdtacoma
Hi Karl, I believe/hope I did everything that you asked. Problem still exists... http://meded.ucsd.edu/testQuery.cfm I do appreciate your help! Josh On Oct 14, 11:04 am, Karl Swedberg wrote: > > Wow, easy there Karl. I was just showing you working examples of the > > issue I was experienc

[jQuery] Re: loading message shows up after page has loaded

2009-10-14 Thread sdtacoma
, as it is with your big image   > example, then it's fine. > > If you're willing to try my suggestion, I'm happy to continue helping   > you. Otherwise, good luck. > > --Karl > > On Oct 13, 2009, at 1:59 PM, sdtacoma wrote: > > > > > Hello, > >

[jQuery] Re: loading message shows up after page has loaded

2009-10-13 Thread sdtacoma
/blockui.html > > Note that I added a setTimeout inside the $(window).load() function to   > simulate a heavy page. > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Oct 12, 2009, at 4:59 PM, sdtacoma wrote: > > >

[jQuery] Re: loading message shows up after page has loaded

2009-10-12 Thread sdtacoma
o either   > simulate position: fixed with a css expression or change it to   > position: absolute and hope for the best. > > Hope that helps. > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Oct 9, 2009, at 2:27 PM, s

[jQuery] loading message shows up after page has loaded

2009-10-09 Thread sdtacoma
Hello, I am using jQuery and BlockUI to display a "Loading..." message to the user while the page is loading. The problem is that the "Loading..." message seems to show up AFTER the page has loaded, not during load. Shouldn't the document.ready fire sooner than that? What am I doing wrong?

[jQuery] Return Query Results From $.ajax POST

2009-08-24 Thread sdtacoma
Is it possible to return Query results from a jquery $.ajax POST call? It seems as though it will only return one value. What am I missing? var formval = { preceptname:$(this) .val()}; $.ajax({ type: "POST", url: "request_processor.cfm", dataType: "text",