Can\'t seem to get this one to work...
I have a page that hides certain links. When the DOM is loaded, I\'m using jQuery to toggle some of those elements. This is drive
Set it to a blank string:
$(this).attr("data-usr", "");
I second what Kolink said: check the DOM, not the source. (Chrome: Ctrl + Shift + i).