Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,528
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,783
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
The bundled version of jQuery in WordPress is different than the stock jQuery library.
WP adds a jQuery.noConflict() call. Most WordPress plugins rely on the WP version of jQuery. So by getting rid of the WP one, you’re going to be breaking some plugins.
I’m pretty sure WP has jquery-ui in their includes folder.
Check out this nifty codex article on wp_enqueue_script() to call a specific, bundled JS:
https://codex.wordpress.org/Function_Reference/wp_enqueue_script
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS