[jQuery] Re: Anyone have trouble viewing this site on Vista?

2008-04-18 Thread Chris Jones
that the page falls apart, but getting to a page via the menu makes the page line up properly? Thanks for the screen shots! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery-en@googlegroups.com] On Behalf Of Chris Jones Sent: Thursday, April 17, 2008 4:18 PM To: jquery

[jQuery] Jquery, AJAX and MySQL update

2008-04-11 Thread Chris Jones
Hi, I hope someone can help me with this. I've been reading jquery.com tutorials and others online to try and create a sortable drag and drop list which updates a mysql table using AJAX. After a few hours of head scratching I finally got most of it, but I'm stuck on the bit that passes the

[jQuery] Re: Jquery, AJAX and MySQL update

2008-04-11 Thread Chris Jones
to the database and updates a record. I dont make use of the 'serial' data. This is how I know its not working. If I do : data: serial.hash or data: serial, = nothing gets updated. data: name=Johnlocation=Boston = the table gets updated via updatesql.php Chris. Scott Sauyet wrote: Chris Jones wrote