Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of $ instead of jQuery is causing errors #21

Open
jrevillini opened this issue Nov 16, 2013 · 1 comment
Open

use of $ instead of jQuery is causing errors #21

jrevillini opened this issue Nov 16, 2013 · 1 comment

Comments

@jrevillini
Copy link

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.

@there4
Copy link

there4 commented Nov 17, 2013

Thanks for the report, I'll keep this on the todo list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant