1.1.2 • Published 4 years ago

sv-popup-form v1.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

SvStickyForm

Hides a form (or other element) and launches as a fixed overlay upon clicking a sticky button. Good for mobile views where you always want the lead form available, but not hogging screen real estate.

How To Use

  1. Load sv-popup-form-min.js after the body tag in your site. Make sure jQuery is included before this script.

  2. Instantiate SvPopupForm with the selector of the element to make sticky. For example:

const popupForm = new SvPopupForm({
    selector: '.element-css-selector'
});

See JSDOC style comments in ./src/sv-popup-form.js for a list of addiional configs.

1.1.1

4 years ago

1.1.2

4 years ago

1.0.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago