My code is working on my localhost. But it not working on Server.
$("#MyUploadForm").ajaxSubmit(options);
Please help me.
My code is working on my localhost. But it not working on Server.
$("#MyUploadForm").ajaxSubmit(options);
Please help me.
I believe you have not included the plugin, please add these lines to your html
<script src="http://malsup.github.com/jquery.form.js"></script>