python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sortable js not working in mobile browser
Below is the sortable jquery code and it's working fine in dasktop but in mobile browser not working so please suggest how to resolved... ?
$("#post_list").sortable({
placehold...
Piyush Prajapati
Votes: 0
Answers: 1
Make li element collapse elements below when using ui-sortable
Okay, this is a somewhat exotic attempt...
I have a ui-sortable list, where elements can have different classes, for example
<ul id="items"> //sortable
<li class="topCollap...
Cos
Votes: 0
Answers: 1
Multidimensional array pass to Ajax Sortable jQuery
I use sortable jQuery ui function.
With this
$(".draggable-right").sortable({
connectWith: ".connected-sortable",
update: function(event, ui) {
...
pette
Votes: 0
Answers: 1
jQuery scrollable positioning bug + jsfiddle demo
I was trying to use the sortable function of jQuery. But there is a bug. When the containing parent position is set as relative, and I scroll down. It wont work. It will start working again after coll...
MarCus86
Votes: 0
Answers: 1