javascript - Change link targets -
Is there any way (I think it will be with Javascript) that I can have a checkbox or a link Will my page have all the links on my page target = "_ blank"
?
Want to do this, I need to have a checkbox that says something like "Open all links in new page / tab" that will change the checked goal and uncheck how it will return it Will be kept. JQuery example ARTR ('target', '_blank');}, ('a'),
Function () {$ ('A'). RemoveAttr ('target');});});
Comments
Post a Comment