@Html.ActionLink(cardCategory.Name, "Index", new { controller = "Home" }, new { @class = "btn btn-default btn-lg btn-filter", @data-group = "C" })
Use an underscore
_
- the Razor engine is smart enough to translate that to a data-
attribute.
_
- the Razor engine is smart enough to translate that to a data-
attribute.
To fix this add e.stopImmediatePropagation() as below. $(document).on('focusin', function (e) { if ($(e.target).close...