SyntaxFix
Write A Post
Hire A Developer
Questions
This code is working fine for me.
jQuery("a").filter(function () { return this.innerHTML.indexOf("Delete") == 0; }).click(function () { return confirm("Are you sure you want to delete this record?"); });