how to close a window using jquery for all browser compatibility?
<input type="button" name="backButton" value="Close"
style="background-color:#245f91; color:#fff;font-weight:bold;"
onclick="window.close();">
This onclick event is working in IE. Could u please anyone help me to write code in jquery.
