flip icon indicating copy to clipboard operation
flip copied to clipboard

TypeError: flip is undefined[Learn More] flip.js:349:11

Open JDSlimz opened this issue 8 years ago • 2 comments

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.

JDSlimz avatar Oct 10 '17 10:10 JDSlimz

Seems like flip.js isn't being loaded then. Do you have a sample site we can check?

level42ca avatar Nov 15 '17 19:11 level42ca

@JDSlimz ensure you have initialized the compoment like $("#card").flip({ trigger: 'toggle' });

rasmuschristensen avatar Mar 12 '18 13:03 rasmuschristensen