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

Cannot read property 'isFlipped' of undefined #115

Open
ConduciveMammal opened this issue Apr 29, 2017 · 2 comments
Open

Cannot read property 'isFlipped' of undefined #115

ConduciveMammal opened this issue Apr 29, 2017 · 2 comments

Comments

@ConduciveMammal
Copy link

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');
@medinalex
Copy link

i had same issue

@srinubits
Copy link

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

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