I have downloaded jQuery-easyui-1 zip, expanded it, and have been trying to get easyui-crud-demo to work. I created a mysql database as instructed, ran the users.sql and then logged into mysql to verify that the data is indeed in the table. I edited conn.php to point to my database, etc. I then ran >php get_users.php to verify that it echoes the JSON formatted data. When I run the index.html, the table does not fill. If I create a file with the JSON data in it, and refer to that instead in the url, the table does not fill. I would very much like to use this framework, but cannot get it to work AT ALL.
What might I be doing wrong. I can post most any code that is needed, but it's really just the distributed demo.
EasyUI

