Hi
Im thinking of starting a new project which will be using PHP and the AJAX Scriptaculous library.
Has anyone used this before? And If so, how easy would it be to create the following:
A table, with 5 columns.
Each row in the table can be edited and dragged and dropped up or down.
A row can be added or deleted.
The whole table is to be saved, so the next time I view the page, the details don't change.
I've looked around, but haven't seen many examples that incorporate the edit-in place, drag and drop and saving functionality.
All help appreciated.
PHP and Scriptaculous
Moderator: General Moderators
Re: PHP and Scriptaculous
jQuery is nicer.
Let the flamewar begin!
I'm just kidding, scriptaculous is a good library. The documentation for jQuery is better though, especially with visualjquery.com, so you might find it's easier with that. Depends on your coding style really.
Let the flamewar begin!
I'm just kidding, scriptaculous is a good library. The documentation for jQuery is better though, especially with visualjquery.com, so you might find it's easier with that. Depends on your coding style really.
Re: PHP and Scriptaculous
I just want examples of how I could do this.
JQuery or Scriptaculous will do, as long as what I'm wanting to do, can in fact be done.
JQuery or Scriptaculous will do, as long as what I'm wanting to do, can in fact be done.