我有一个复选框列表,其中包含一个禁用的复选框。我要显示此特定禁用复选框的弹出式窗口。当前它显示所有选中复选框的弹出式窗口。如何实现禁用复选框的弹出式窗口?任何帮助表示赞赏。
我做了什么
这是我的复选框div。
<div class="fm-checkbox show-popover" data-html="true" data-toggle="popover" data-content="User Can not change your own Admin role.">
<input type="checkbox" checked id=@string.Concat("Role_",@Model.UserProfile.RoleSelectList[i].Value)
class="i-checks"> <i></i> @Model.UserProfile.RoleSelectList[i].Text</div>