We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1fd42a + 861ea20 commit 2dfe6ecCopy full SHA for 2dfe6ec
src/rails.js
@@ -192,7 +192,7 @@
192
// If form is actually a "form" element this will return associated elements outside the from that have
193
// the html form attribute set
194
formElements: function(form, selector) {
195
- return form.is('form') ? $(form[0].elements).filter(selector) : form.find(selector)
+ return form.is('form') ? $(form[0].elements).filter(selector) : form.find(selector);
196
},
197
198
/* Disables form elements:
0 commit comments