
Auto-fill forms that are saved via jquery.ajax
This might more be a feature suggestion, as I cannot find any way to make Firefox remember a form saved via jquery.ajax()? One-page-sites save data via ajax, which seems to skip the auto-fill save in Firefox. Even though the form is saved as Post with the javascript "new FormData()" in the data attribute. Perhaps a right-click on a input element could present a "save form to auto-fill" in the context menu?
This might more be a feature suggestion, as I cannot find any way to make Firefox remember a form saved via jquery.ajax()? One-page-sites save data via ajax, which seems to skip the auto-fill save in Firefox. Even though the form is saved as Post with the javascript "new FormData()" in the data attribute.
Perhaps a right-click on a input element could present a "save form to auto-fill" in the context menu?