• Resolved Perkin5

    (@perkin5)


    Blankslate appears to load jquery by default but not jquery-ui. I need to use jquery-ui for a datepicker so how do I amend the wp_head function so it loads?

Viewing 1 replies (of 1 total)
  • Add this below code in theme header.php file inside <head> tag

    <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>

Viewing 1 replies (of 1 total)
  • The topic ‘jquery-ui’ is closed to new replies.