Title: [Plugin: Section Widget] Adds Jquery to Doctypes
Last modified: August 19, 2016

---

# [Plugin: Section Widget] Adds Jquery to Doctypes

 *  [micronox](https://wordpress.org/support/users/micronox/)
 * (@micronox)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-section-widget-adds-jquery-to-doctypes/)
 * Hey,
 * I love this plugin, but it adds Jquery to a few random places which breaks my
   wordpress. I was trying to disable its Jquery placement and then manually place
   it in the footer
 *     ```
       add_action('wp_print_scripts', 'deregister_theme', 100 );
       function deregister_theme () {
       wp_deregister_script ('deregister_theme');
       }
   
       add_action('wp_print_scripts', 'dereg_section', 100 );
       function dereg_section() {
       	wp_deregister_script ('section-widget') );
       }
       ```
   
 * Anyone have any ideas?
 * [http://wordpress.org/extend/plugins/section-widget/](http://wordpress.org/extend/plugins/section-widget/)

Viewing 1 replies (of 1 total)

 *  [godfreykfc](https://wordpress.org/support/users/godfreykfc/)
 * (@godfreykfc)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-section-widget-adds-jquery-to-doctypes/#post-1183238)
 * micronox, I am not sure if I understand your problem completely. However, I can
   give you a list of scripts that is loaded by the plugin:
 * As of 3.0.3 (released today)…
 * Loaded in admin area only:
    olt-checklist (dependencies: jquery, jquery-ui-tabs)
   section-widget-admin (dependencies: jquery, jquery-ui-tabs, jquery-ui-sortable)
 * Loaded in “public” pages, only if at least one TABBED section widget has been
   added to one of the sidebars:
    section-widget (dependencies: jquery, jquery-ui-
   tabs)
 * Hope it helps.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Section Widget] Adds Jquery to Doctypes’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [godfreykfc](https://wordpress.org/support/users/godfreykfc/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-section-widget-adds-jquery-to-doctypes/#post-1183238)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
