It goes over the DOM and applies target="_blank" to all matched elements.
Blankit will not blindingly add a target="_blank" attribute to unsupporting elements like DIVs, but search for links inside that DIV and apply it to them.
Here are some key features of "Blankit":
· override: (default: false) --- Any previously set targets will be overridden with the new _blank value.
· listitems: (default: false) --- Will include any anchor tags that are in a list (usually menu element).
· samedomain: (defualt: false) --- Will include/exclude the internal links from having blank set as a target property.
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library