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
Just added the library and tried to run it using:
jQuery('#play').flip(true);
I got the error:
TypeError: flip is undefined[Learn More] flip.js:349:11
My Script calls are correct:
wp_enqueue_script('jquery', 'https://code.jquery.com/jquery-3.2.1.min.js', array(), null, true); wp_enqueue_script('flip', '/wp-content/themes/vote/flip.js', array(), null, true);
I have tried using the cdn version and using jQuery 2.1.4 to no avail.
The text was updated successfully, but these errors were encountered:
Seems like flip.js isn't being loaded then. Do you have a sample site we can check?
Sorry, something went wrong.
@JDSlimz ensure you have initialized the compoment like $("#card").flip({ trigger: 'toggle' });
$("#card").flip({ trigger: 'toggle' });
No branches or pull requests
Just added the library and tried to run it using:
jQuery('#play').flip(true);
I got the error:
TypeError: flip is undefined[Learn More] flip.js:349:11
My Script calls are correct:
wp_enqueue_script('jquery', 'https://code.jquery.com/jquery-3.2.1.min.js', array(), null, true); wp_enqueue_script('flip', '/wp-content/themes/vote/flip.js', array(), null, true);
I have tried using the cdn version and using jQuery 2.1.4 to no avail.
The text was updated successfully, but these errors were encountered: