Open andrewfluck opened 8 years ago
Did you look into spf.navigate and spf.load??? By using the following functions you can load or navigate based on your form data.
see what I was thinking was automatically intercepting post and get requests built in to the library, that way it will send the for data via xhr and send the ?spf=navigate
along with it
It would be very useful to have a class to add to a form that will allow for similar behavior as a link. Ex: you have a form that posts data to the server and redirects you to a URL parameter according to what you type. ex: /weather/:zip I would like to send data to the page through SPF to transition between the content which is my main purpose for using this library.