EDIT:
I learned that using other value than _blank, DOES NOT work on mobile browsers to open new windows/tabs.
_blank
For example, if
Use curly brackets and put all the attributes you want to add inside
Example:
$('#objId').attr({ target: 'nw', title: 'Opens in a new window' });