callback and no navigation using submit.
I am using JQM 1.4.4. I am trying to submit a form using the default ajax call and I need to do two things that I can't figure out. First I need to stop all navigation and second I need to have a callback so I can notify the user if the save was successful or not. I know I can do this using
ajaxSubmit
(
options
) in the jquery form plugin but I was hoping I can do this with JQM. The last part of the action "savesharefees" is used to call a php save function that returns success of failure. Thanks.
-
<form id="frm_saveaffiliate" action="/admin/affiliate_setup/savesharefees" method="post">
-