mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
This allows request elements external to the form to serialize a target form for use. An example might be a search form at the top of a page, list of results in the middle, then the pagination at the bottom. The pagination would need to target the search form with data-request-form to persist the search query value. This should work with the JS API too, passed as an object, because $($()) is acceptable in jQuery