[jQuery] Ajax Post URL

[jQuery] Ajax Post URL


Hello.
I'm using an Ajax Post. It works fine when I use the path in the
url...
url: "controllers/processajax.cfm",
However, If I want to use a url string like:
url: "index.cfm?Action=processajax",
Then I get the following error:
unterminated regular expression literal
It blows up in what appears to be the data results. However,
literally
the only difference is the URL string I use.
Any ideas?
Thanks,
Mike