amegan / jquery-flip

Flipboard like effect for jquery and jquery mobile
MIT License
126 stars 38 forks source link

Uncaught TypeError: Cannot read property 'ns' of undefined in jquery-flip #14

Open Stefun opened 10 years ago

Stefun commented 10 years ago

I'm implementing image flip like flipboard app using jquery flip pulgin.

My html is: `

` and js :

$("#flipRoot").flip({ forwardDir: "ltor", height: "340px", showpager: true, loop: true });

I'm getting Uncaught TypeError: Cannot read property 'ns' of undefined error. Anything I'm missing here?