thybag / PJAX-Standalone

A standalone implementation of Pushstate AJAX, for non-jquery webpages.
203 stars 42 forks source link

Can you provide an easy way to submits a form via pjax? #28

Open iapolog2u opened 10 years ago

lav45 commented 6 years ago

Also interested in this question

a13x3y commented 5 years ago

..... onSubmit="myFunc(); return false;"

myFunc(){ pjax.invoke('url', 'container'); }