close browser tab using jquery

JavaScript
window.top.close();
this will close the current tab for you.
Source

Also in JavaScript: