Open Stefun opened 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?
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?