<a href="/JqueryTest/Delete/23" class="Delete-item">Delete</a>
if i use this JQuery code :
$('.Delete-item[href="/JqueryTest/Delete/23"]')
It work fine , but if i replace Value with my variable :
var MyVar= "/JqueryTest/Delete/23";
$('.Delete-item[href=MyVar]')
I have on error syntaxe, any help !