Re: [jQuery] Drag and Drop and Remember Position?

2010-01-07 Thread Chris Owen
West The way that I was doing it was to store the HTML into the database. Once I get to work I can get an example if you would like? Thanks Chris Owen Sent from my iPhone On 8 Jan 2010, at 06:52, West415 wrote: bump... West415 wrote: Hi, I have a page where users can drag and sort

[jQuery] Re: I need a copy of jquery.js file.

2009-06-06 Thread Chris Owen
Can you not just download it from: http://code.google.com/p/jqueryjs/downloads/list Chris. On Sat, Jun 6, 2009 at 7:24 PM, BrownPrince wrote: > > Please could anyone send me a copy of jquery.js file with other jquery > library scripts. Pls send to t.una...@yahoo.co.uk >

[jQuery] Re: Jquery Save Layout

2009-02-02 Thread Chris Owen
Sorry, Got it working, was missing the div's. How can I get to this value from php so that I can connect to my database? Many Thanks Chris. On Mon, Feb 2, 2009 at 4:48 PM, Chris Owen wrote: > Hi Stephan > > I have tried this and when I click my button I get null. > > Gu

[jQuery] Re: Jquery Save Layout

2009-02-02 Thread Chris Owen
demo: http://jsbin.com/uwujo/edit > > by(e) > Stephan > > > 2009/2/2 Chris Owen : > > Hey, > > > > I have been trying for about a week now to be able to save the layout of > my > > page, I am using sortable, dragable etc so that my users can create there

[jQuery] Jquery Save Layout

2009-02-02 Thread Chris Owen
Hey, I have been trying for about a week now to be able to save the layout of my page, I am using sortable, dragable etc so that my users can create there own layout. I need away to save this layout either to a cookie or to a database so that I can reload there layout when they come back. Many T