Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 355 Bytes

README.rdoc

File metadata and controls

13 lines (8 loc) · 355 Bytes

jQuery UI draggable with Ajax.

Simple example about how to work with jQuery UI draggable and ajax in the context of a Rails application.

Getting Started

Clone the repo in your local instance and run:

rake db:migrate
rails s

And play with the images. Then refresh the page completely and you’ll see the images in the last place you left them.