I am trying to auto-populate form elements following select form element. The small module I am testing works fine in localhost. But after transferring to dreamhost, web host server, the forms don't get populated.

I looked using firebug and the get request returns values from the database. But those values do not auto-populate the form field elements unlike the case of the local machine.

The same version of jquery_interface and jquery_update modules are installed in local host and also in the host server.

What is the problem here? Why it does not work in the dreamhost server while it is working on the localhost?