Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

jQuery.js not working in UNIX environment

Contributor ,
Oct 28, 2010 Oct 28, 2010

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!

713
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Oct 28, 2010 Oct 28, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources