在Asp.net core中,如果拖拽工具箱无法正常工作,可以尝试以下
@section Scripts{
}
Item 1
Item 2
Item 3
Item 4
Item 5
Item 6
$( function() {
$( "#sortable" ).sortable();
$( "#sortable" ).disableSelection();
});
这样就可以使拖拽工具箱正常工作了。