Home | History | Annotate | Download | only in js

Lines Matching refs:Form

4591     this.group = this.el.closest('.dac-form-input-group');
4592 this.input = this.group.find('.dac-form-input');
4629 $('.dac-form-floatlabel').each(function() {
5070 * Submit the newsletter form to a Google Form.
5071 * @param {HTMLElement} el - The Form DOM element.
5076 this.form = this.el.find('form');
5080 .insertBefore(this.form);
5081 this.form.on('submit', this.submitHandler_.bind(this));
5092 * Switch view to display form after close.
5106 this.form.trigger('reset');