in reply to Re^5: cgi scripts running javascript and passing control back and forth
in thread How to allow a user to reorder rows from a database using a web form?

I got it working. Using templates was a big help. I think the main problem was with getting all the jquery and jquery-ui files in the right places and getting all the references to them correct.

These toolkits are really nice - being able to do all the fancy UI stuff from perl scripts is great! Check out the demos: http://jqueryui.com/demos/

  • Comment on Re^6: cgi scripts running javascript and passing control back and forth

Replies are listed 'Best First'.
Re^7: cgi scripts running javascript and passing control back and forth
by marto (Cardinal) on Jan 10, 2011 at 09:47 UTC

    "I got it working. Using templates was a big help. I think the main problem was with getting all the jquery and jquery-ui files in the right places and getting all the references to them correct"

    Glad you got that working. A combination of using Firebug as I previously mentioned along with checking your webserver logs helps a lot when debugging web based interfaces. Thanks, I'm aware of jQuery UI, and use it on an almost daily basis at work.