Copy link to clipboard
Copied
Hi All,
My development environment is Linux with Apache and we are using Coldfusion 9.
We have developed some part of our code using jQuery.
This is perfectly working in our DEV environment.
We shipped the same code to the Production Environment. Which is Coldfusion 5 and Unix Environment with Apache Server.
The problem is the parameter passing to jQuery is always null.
Is jQuery will not work in Coldfusion 5?
Your help is needed.
Thanks in advance!
Copy link to clipboard
Copied
1. CF versions 9 and 5 and radically different. I wouldn't expect code written for CF9 to run on CF5.
2. CF runs on the server, jQuery runs in the brower, the version of CF on your server shouldn't be relavent. You should look for the problem in the HTML, Javascript, CSS, etc. in the browser.
3. We cannot help diagnose your problem without seeing the code that is causing the problem and any error messages you receive.
4. If this is a issue with jQuery on the browser you might consider posting a question to a jQuery specific forum.