Jquery UI and WordPress
-
I know it’s possible to use Jquery UI with WordPress, but it is involved. I want to use Jcoverflip and I started using there installation instructions, but it they are not for WordPress so I did my best to adapt. I loaded three Java scripts and included
<?php wp_enqueue_script('jquery');?>
in my header. I also included this in my header:<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.ui.js"></script> <script type="text/javascript" src="jquery.jcoverflip.js"></script>
I am stuck on this step: https://www.jcoverflip.com/documentation/getting-started
I am not even sure what I’ve already done is correct. Also I have read about
jQuery.noConflict();
but I am not sure how to or where to insert it. Also, when I get this up and running can I use a different Jquery UI on a different page?
- The topic ‘Jquery UI and WordPress’ is closed to new replies.