You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click in 'submit' the content of dynamic div says: "Page not found."
To not reload the page when I click in 'submit' button, I added the code $('form').address(); here:
$.address.init(function(event) {
// Initializes plugin support for links
$('#topo a:not([href^=http])').address();
$('form').address();
}).change(function(event) {
[everything here is like the example in the 'crawling' folder of zip]
The PHP is ok. If i remove the code $('form').address();, the browser reload the page to form.php and he process the data of the form.
Can I create a functional form with "crawling"?
The text was updated successfully, but these errors were encountered:
I'm using 'crawling' mode of Address.
I have a form in this this page:
(mypage)/#!/contato/formulario
When I click in 'submit' the content of dynamic div says: "Page not found."
To not reload the page when I click in 'submit' button, I added the code
$('form').address();
here:The PHP is ok. If i remove the code
$('form').address();
, the browser reload the page to form.php and he process the data of the form.Can I create a functional form with "crawling"?
The text was updated successfully, but these errors were encountered: