Include jquery
-
Hi,
In RSVP plugin, I’m able to see “Add more guests” anchor tag. By clicking on that anchor tag, new set of firstname, lastname and Email fields must be generated using JQuery But it is not happening like that. Finally, I’ve made it work by adding jquery liberay using <script> tags in RSVPMaker.php page but i have found some tutorials about adding Jquery library url in following link.
but it is not working. I placed in both pages functions.php and rsvpmaker.php separately and tested, not working fine.
By placing below code in header.php, made working fine but font size in my page has gone very small.
<?php wp_enqueue_script(‘jquery’); ?>
<?php wp_head(); ?>Please, help me.
- The topic ‘Include jquery’ is closed to new replies.