vojtech-dobes / nette.ajax.js

Flexible AJAX for Nette Framework. Supports snippets, redirects etc.
https://componette.org/vojtech-dobes/nette.ajax.js/
MIT License
149 stars 85 forks source link

Fix ajax forms without action attribute #121

Closed enumag closed 8 years ago

enumag commented 8 years ago

According to standard when action attribute is not specified it is considered to be the current URL. Currently nette.ajax.js is broken for such forms because it fails to analyze this case.

window.location.href didn't work for me for some reason. window.location.pathname + window.location.search did.