$(
'.link-popover'
).click(
function
(){
$(
'.link-popover'
).not(
this
).popover(
'hide'
);
});
Thanks
$(
'.link-popover'
).click(
function
(){
$(
'.link-popover'
).not(
this
).popover(
'hide'
);
});
var errors = ModelState.Values.SelectMany(v => v.Errors);
To fix this add e.stopImmediatePropagation() as below. $(document).on('focusin', function (e) { if ($(e.target).close...