I have few lists with ui sortable/droppable and I want to have let say
max 4 elements in one. So:
$("ul[id^='sortable']").sortable({
connectWith: '.user-list',
dropOnEmpty: true
})
$(".accept-drop").droppable({
drop: function(event, ui) {
//some code
I have few lists with ui sortable/droppable and I want to have let say
max 4 elements in one. So:
$("ul[id^='sortable']").sortable({
connectWith: '.user-list',
dropOnEmpty: true
})
$(".accept-drop").droppable({
drop: function(event, ui) {
//some code
2 matches
Mail list logo