View Full Version : Load data in PHP error when used with jQuery
Mr ZigZag
08-13-2013, 05:07 AM
I used jQuery to create drop-down menu, the menu is a list of image frames representing functions (search, Hotline, FAQs, ...) are loaded from the database using php, can drag and drop into the internal frame what other fixed sites (http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/), but when I perform drag and drop, sometimes faulty, don't show up at all. Was it due to load data using php menu that faulty?
Thanks all!
jscheuer1
08-13-2013, 05:50 AM
Maybe.
Mr ZigZag
08-13-2013, 05:58 AM
Maybe.
Can you suggest how to solve it? plz...
jscheuer1
08-13-2013, 07:25 AM
By seeing what code is actually being used, preferably via a link to the page. If it is a problem with jQuery, that can usually be easily seen by looking at the code with an experienced eye and/or via the experienced use of a browser with a web console and/or error reporting.
If not, the jQuery code and the PHP code it's invoking can usually be tweaked to reveal any anomalies in what it's receiving from and/or setting (getting or posting) to the PHP script. That could involve seeing a copy of the PHP page(s)/script(s) involved.
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.