You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the latest from the repo.
I believe I'm in jQuery.noConflict mode, so there's no global $, just jQuery. When I fire $('.whatever.').uniform(), I run into errors on the second line here:
form.find(settings.field_selector).each(function () {
var $input = $(this),
Looking through the rest of this plugin, you use jQuery instead of $, so I think this was just an oversight. If I globalize $ before calling .uniform(), the issue goes away.
The text was updated successfully, but these errors were encountered:
Running the latest from the repo.$, just jQuery. When I fire $ ('.whatever.').uniform(), I run into errors on the second line here:
I believe I'm in jQuery.noConflict mode, so there's no global
Looking through the rest of this plugin, you use jQuery instead of $, so I think this was just an oversight. If I globalize $ before calling .uniform(), the issue goes away.
The text was updated successfully, but these errors were encountered: