jQuery UI tutorial Lesson 1: Drag from one list to another using Sortable connectWith

preview_player
Показать описание

This lesson shows how to code the first of our jQuery UI interfaces, which allows the user to drag list items from one list to another using sortable() and connectWith.

Рекомендации по теме
Комментарии
Автор

I'm working with django but this video helped me out immensely with how to get the sortables to make an post using ajax. thank you!

alexanderthef
Автор

Hi, I get this error - call to a member function available() on a non-object in on line 15

joshuadunn
Автор

Hi Richard, 1st of all thanks for this tutorial. I get an error, maybe you can help me:
Notice: Undefined index: id in D:\Program on line 5

Notice: Undefined index: available in D:\Program on line 6

The code in sortable.js is the same as yours. Any ideea why this happens? I use xammp with PHP Version 5.5.19 and mysqlnd 5.0.11-dev - 20120503 on windows 7. Thanks

Автор

Em... you might wanna look up get/post requests one more time. You got them just a bit backwards in this vid ;)

OliverDvorski