Leanan wrote:
Does anyone know how I can get the following to work and actually
display the results of the .text() calls inside the click() instead of
after the .click() has processed?  Thanks in advance

I don't know anything about flot, but my guess is that it's processing asynchronously, so the calls to it return immediately. Can you check its documentation to see if you can put your change from loading mode into some sort of callback function? Does it have some "when finished" function you can use?

Good luck,

  -- Scott

Reply via email to