I just have a basic validation that echo's a 1 if it is successful and a 0 if it is unsuccessful. How can I retrieve this value? I'm using a jquery form plugin to post the values to database. But how would I retrieve the 1 or the 0?
<scriptsrc="body-parts/jquery.form.js"></script>
<script>
$(document).ready(function() {
$('#formpost').ajaxForm(function() {
//Retrieving values should likely go here.
});
});
</script>

New Topic/Question
Reply



MultiQuote



|