> All I can see is you're missing a closing single-quote (') after
> locatorResults.cfm.

Oops. That's a typo on my part in the example.

We found out that it's maybe not jQuery that's the issue here.

When we run it on the server where we're actually returning content
based on the value we're passing it, it's 'one load' behind.

For instance:

what we enter | what is returned
------------------------------------------
1 | nothing
2 | 1
3 | 2

etc.

So it's probably a logic issue on our part...

-DA

Reply via email to