Web Hosting Talk







View Full Version : Ajax - list arrays by using JQuery


horizon
01-18-2008, 10:25 PM
Hi,

I have been trying this script -

Demo:

http://host.sonspring.com/portlets/

Download:

http://sonspring.com/journal/jquery-portlets

Unfortunitely, I am unable to add a URL in the either the config, interface or JQuery JS file nor either these three JS files returns values with JQuery.

I have been reading this documentation:

http://jquery.bassistance.de/jquery-getting-started.html#rate

and, right above the Next Step paragraph, I failed to see how this can be integrated in my project as I require assistance.

Objective: What I'm trying to do is when users are drag & dropping windows and re-orders these windows, I'd like to list them into an array which will list (implode) all the values so that I can save these values into mySQL Database. Once the URL and the array has been created, with your help, I can manage with PHP in this matter. ;)

Would there be any solutions for this ?

horizon
01-25-2008, 08:23 AM
Anyone ... ?