One of the pages in my application has a set of links that when clicked, posts form data based on the TableTools jQuery plugin. I\'d like this new page to open up in a new
Found the answer:
jQuery.ajax success callback function not executed
When I took out the dataType: "json", it worked!
dataType: "json"