Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,490
- How-to & Troubleshooting
- 127,653
- Creating & Extending
- 25,623
- Requests & Feedback
- 9,375
- Third Party Plugins
- 9,703
- Showcase
- 3,317
- Ideas
- 1,319
- Miscellaneous
- 8,825
-
Here’s one example.
You probably have to change $ to jQuery for it to work within WordPress, like this:
//toggle login block horizontally
jQuery(".login-toggle").click(function(){
jQuery("#right-ear-inner").slideFadeToggle("slow");
jQuery(this).toggleClass("login-toggle-close"); return false;
});
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS