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

TypeError: sweetElement.click is not a function #18

Open
devfelipereis opened this issue Mar 23, 2017 · 0 comments
Open

TypeError: sweetElement.click is not a function #18

devfelipereis opened this issue Mar 23, 2017 · 0 comments

Comments

@devfelipereis
Copy link

I got this when I try this simple code:

<a class="button button-positive button-small" sweetalert sweet-options="{title: 'Are you sure?',text: 'You will not be able to recover this imaginary file!',type: 'warning',showCancelButton: true,confirmButtonColor: '#DD6B55',confirmButtonText: 'Yes, delete it!',cancelButtonText: 'No, cancel plx!'}" sweet-confirm-option="{title: 'Deleted!',text: 'Your imaginary file has been deleted.',type: 'success'}" sweet-cancel-option="{title: 'Cancelled!',text: 'Your imaginary file is safe',type: 'error'}" sweet-on-cancel="alert('sss')" sweet-on-confirm="alert('ccc')"><i class="icon ion-edit"></i></a>

The service is working fine.. any ideia? Thank you!

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