SyntaxFix
Write A Post
Hire A Developer
Questions
Try this it works for me
_clientsSelected = ["10", "30", "12"]; function (removeItem) { console.log(removeItem); _clientsSelected.splice($.inArray(removeItem, _clientsSelected), 1); console.log(_clientsSelected); `enter code here`},