Josephene S

  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Josephene S
  • Josephene S created a post,

    Ajax post to php not working in my website

    jQuery.ajax({     url:'js/enquiry.php',     type:'post',     data:jQuery('#frmContactus').serialize(),     success:function(result){       console.log("inside")       jQuery('#msg').html(result); ...