jquery attr multiple attributes

JavaScript
.attr({
    target:"nw", 
    title:"Opens in a new window",
    "data-value":"internal link" // attributes which contain dash(-) should be covered in quotes.
});
Source

Also in JavaScript: