Just a guess, but in your AJAX block change the URL line to this:
url: "register_email.php",
Also, as a test,
(1) change your alert command in the AJAX success function to:
alert(data);
and (2) insert this line immediately following the <?php
directive in the file "register_email.php":
die('Made it to here');
I am working on jquerymobiles. I have to change the order of displaying div depending on change of value in select box html <select class="sel"> <option value="1">one</option>...
I am working on jquerymobiles. I have to change the order of displaying div depending on change of value in select box html <select class="sel"> <option value="1">one</option>...
I am making a simple mobile webpage where I have an image with an image map over it. I want the image to change when the user touches the image, and change back when the user lifts their finger. The ...
I am making a simple mobile webpage where I have an image with an image map over it. I want the image to change when the user touches the image, and change back when the user lifts their finger. The ...
I thought that given an object with controller & view properties, when the controller's state changed (or an m.prop property was changed) it would rerender the template. This isn't happening in ...
I thought that given an object with controller & view properties, when the controller's state changed (or an m.prop property was changed) it would rerender the template. This isn't happening in ...
I am building an image-upload feature into a web application and am using the following event handler: $('input:file').change(function(){ //handle input change }); I have discovered that the ...
I am building an image-upload feature into a web application and am using the following event handler: $('input:file').change(function(){ //handle input change }); I have discovered that the ...