I am using Struts2 framework in my application, I have one button on my JSP page. That is
Have you tried preventDefault()?
preventDefault()
$("btnSave").click(function(e){ e.preventDefault(); //..rest of the code });