i have this code $(document).ready(function() { $(\"#test-list\").sortable({ items: \"> li\", handle : \'.handle\',
I\'m having an issue with jQuery sortables. I\'m using it to develop an iGoogle-like dashboard by creating 3 columns. All 3 contain sortable divs and are connected to each other using the connectWith
I\'m having problems using the sortable function of jQuery UI. The scroll doesn\'t seem to work. If the second list ( lists are created on the table rows in a tbody and each tbody is connect ) isn\'t
I have a sortable unordered list on the bottom of my page, which works perfect in Firefox. However, in Safari/Chrome the grabbed listitem jumps instantly to the top of the page when I want to drag it,
Good day! I right now have a function the drags an element from a list to a sortable list. But what I want to achieve is to insert my own created html 开发者_开发百科elementswhen i drag it to the s
I have main categories and sub categories. I want to be able to sort subcategories when the display is like:
I have a sortable list I\'mworking with that can have elements added and remov开发者_StackOverflow中文版ed by another script through jquery and am having an odd problem. These newly generated items ap
I am using PHP/MYSQL. I want to create a image gallery for sorting images. User will drag and drop images to sort and organize their images. Just like picassa do this.
I am trying to build a page which consists of different user controls which is divided in 3 columns. I have created a custom class for the page and widgets where the user controls will be loaded in.
I am trying to implement drag and drop so I can sort lists of data and update the database with the relevant positions.