Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141092 | Nov 23,2018 08:34 AM UTC | Nov 26,2018 09:44 AM UTC | ASP.NET MVC | 1 |
![]() |
Tags: ListBox |
function onDragStop1(args) {
// you can also use args.target.parentElement.id to find the id
if ($($(args.target).find("ul")[0]).attr("id") != "Exclusions") // take the item dropped target id and then restrict it being dropped like this
args.cancel = true;
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.