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

v5 develop - javascript error TypeError: undefined is not a function (near '...$.validate...') #6705

Closed
snipe opened this issue Feb 13, 2019 · 0 comments
Assignees
Labels
✋ bug Confirmed bug 👩‍💻 ready for dev These issues are ready for someone to work on them - take your pick!
Milestone

Comments

@snipe
Copy link
Owner

snipe commented Feb 13, 2019

TypeError: undefined is not a function (near '...$.validate...')

I see this in a few places, at least when I click on the help-ring:

create_asset____snipe-it_demo-2

 $.validate({
            form : '#create-form',
            modules : 'date, toggleDisabled',
            disabledFormFilter : '#create-form',
            showErrorDialogs : true
        });

The form tag on that page does have the id of create-form.

Need to investigate and see if we can determine what's causing it. It's been a little while since I looked at this specific bit of code, so I'm sure it's something dumb.

This is using the jQuery form validator at http://www.formvalidator.net

@snipe snipe added ✋ bug Confirmed bug 👩‍💻 ready for dev These issues are ready for someone to work on them - take your pick! labels Feb 13, 2019
@snipe snipe added this to the v5.0 milestone Feb 13, 2019
snipe added a commit that referenced this issue Feb 13, 2019
Not sure what happened here, but re-running webpack seems to have resolved it.
@snipe snipe closed this as completed Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✋ bug Confirmed bug 👩‍💻 ready for dev These issues are ready for someone to work on them - take your pick!
Projects
None yet
Development

No branches or pull requests

3 participants