I attempted to setup the standard jQuery UI accordion found here.
I added a function to add the jquery_ui .js file:
function accordion() {
echo "<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js?ver=1.7.2'></script>";
?>
<?php
}
add_action('wp_head','accordion');
Then, I had my child-theme stylesheet import the jquery_ui style sheet:
@import url(css/ui-lightness/jquery-ui-1.8rc3.custom.css);
Then attempted to use the standard code example in the link above, but no luck.
I feel like there's something stupid I'm missing, any suggestions?
My implementation (or lack thereof) can be found here:
http://isys954.com/test/faq/