Problems with Jquery functions
-
Hi everybody,
First of all, i cant start without saying: lovely plugin.
I guess, since i added some code at functions.php file the jquery features (search, sorting, next/previous page) stopped to work. I’ve read this entry and even deleting the whole new code and i dont get why but the site explodes.
function add_jquery_ui() { wp_enqueue_script( 'jquery' ); wp_enqueue_script('jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js', false, '1.11.4'); wp_register_style('jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css'); wp_enqueue_style( 'jquery-ui' ); } add_action( 'init', 'add_jquery_ui' );
I’d aprecciate if anybody can help me.
Thanks in advanced,
4aLifeTimeThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problems with Jquery functions’ is closed to new replies.