I\'m currently designing a simple forum application. It\'s mostly powered by jQuery/AJAX and loads everything on the same page; however, I know that sometimes users want to
The default action of the middle mouse button is to open in a new tab.
You could set the hyperlinks target attribute to _blank to open a new tab.
Link
You can also refer to this question How to distinguish between left and right mouse click with jQuery