I am using Ratchet for creating a mobile web page using ASP .NET MVC and I am loving it. I also love using push.js. However, I want to ignore a form submission and do a little extra content updating without the navigation. However, no matter what I put data-ignore="push" on it doesn't ignore the form submission.
What do I need to do to get it to ignore that form action?
Update:
Maybe I am just approaching this the wrong way and probably shouldn't be replacing content in a sub-section of the page for a mobile application. Does this break away from mobile centric design?