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

LoginConfirm JQuery error! #1

Open
paradey opened this issue Jan 8, 2019 · 2 comments
Open

LoginConfirm JQuery error! #1

paradey opened this issue Jan 8, 2019 · 2 comments

Comments

@paradey
Copy link

paradey commented Jan 8, 2019

Hey,

Thanks for plugin,

I got an error on this line, (LoginConfirm.cshtml)

    jQuery(function () {
        new Test.Membership.LoginPanel($('#LoginPanel')).init();

Its not a constructor error.

@DavidMhluzi
Copy link

@paradey I also got the same error, did you ever manage to fix/overcome it?

@Estrusco
Copy link
Owner

Estrusco commented Jul 6, 2020

I @paradey and @DavidMhluzi . Sorry for late response.

Did you change the initial part of namespace Test. with your project name?

For example if your project is called MyProject, te line must be

        new MyProject.Membership.LoginPanel($('#LoginPanel')).init();

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

3 participants