Title: Problems with Jquery functions
Last modified: August 7, 2018

---

# Problems with Jquery functions

 *  Resolved [4alifetime](https://wordpress.org/support/users/4alifetime/)
 * (@4alifetime)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/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](https://tablepress.org/faq/js-functions-not-working/)
   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', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js', false, '1.11.4');
       	wp_register_style('jquery-ui', 'http://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,
    4aLifeTime
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblems-with-jquery-functions%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/problems-with-jquery-functions/#post-10567630)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * I don’t think that this code is causing the problem, but that something else 
   is interfering.
    Can you therefore please try again after temporarily deactivating
   all other plugins and after switching to a WordPress default theme like Twenty
   Sixteen? That way, we can find what’s causing this.
 * Regards,
    Tobias
 *  Thread Starter [4alifetime](https://wordpress.org/support/users/4alifetime/)
 * (@4alifetime)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/problems-with-jquery-functions/#post-10567730)
 * Thanks for your quick reply. I figured out. As you recommended, i deactivated
   each plugin one by one and “Custom Code CSS and JS” was the problem.
 * Regards,
    4aLifeTime
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/problems-with-jquery-functions/#post-10568819)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problems with Jquery functions’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [functions](https://wordpress.org/support/topic-tag/functions/)
 * [jQuery UI](https://wordpress.org/support/topic-tag/jquery-ui/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/problems-with-jquery-functions/#post-10568819)
 * Status: resolved