📜 ⬆️ ⬇️

Support attribute "form" for older browsers

Good Tuesday, Habr.

In need, I wrote a fallback script to support the form attribute in older browsers.

The form attribute associates an element or group of <fieldset> elements with a form by its identifier. Such a connection is necessary when the element is not located inside the form. Thus, you can send data to the server and work with the form as if the elements were inside the form.
')
Just connect jquery and this script:
github.com/Ti-webdev/js-attr-form/blob/master/html5-attr-form-fallback.js

Source: https://habr.com/ru/post/138191/


All Articles