Refresh div on JSP page with Ajax call without a response – Jquery ajax
I am aware of using AJAX calls to refresh content inside a div using the response received, but in my case I have no response but still want to refresh the div. My application has a table called 'Cart', on…