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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: