We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been trying to implement Flip into my Shopify Slate site and I'm getting this message in my console:
Cannot read property 'isFlipped' of undefined
My code is closely like:
<div class="form-cards"> <div class="card card--form login-form front"> First Card Content <span class="card-flip">Forgot Password</span> </div> <div class="card card--form password-form back"> Second Card Content <span class="card-flip">Cancel</span> </div> </div>
$(".form-cards").flip({ trigger: 'manual' }); $("#card-flip").flip('toggle');
The text was updated successfully, but these errors were encountered:
i had same issue
Sorry, something went wrong.
if you use the specific version of jQuery mentioned, you'd not get the issue. Think it is tied to a specific version of jQuery
No branches or pull requests
I've been trying to implement Flip into my Shopify Slate site and I'm getting this message in my console:
My code is closely like:
The text was updated successfully, but these errors were encountered: