Tag Archives: widget

Hide It WordPress Plugin

This WordPress plugin allows you to toggle visibility of any objects from within a post or page using shorttags and CSS selectors or id attribute selectors. Example: [hideit hide=".widget-1, #header-div" show=".widget-2, p:contains('Lorem Ipsum')"] FYI: .dot indicates this is a class name. .widget-1 #hash-mark indicates this is an id attribute. #header-div If there is no preceding [...]

jlStyleSheet – A CSS Stylesheet Changer For jQuery

jlStyleSheet is a CSS stylesheet changer jQuery plugin I designed which allows you to preview or switch the CSS stylesheet for your webpage with a click. You can try jlStyleSheet on this webpage. You can also download the source-code by

jlThemeSwitcher For jQuery

jlThemeSwitcher is a jQuery theme switcher plugin which allows you to switch between jQuery UI themes or your own custom themes created with jQuery UI Themeroller. If you’re looking for a stylesheet changer which is not designed specifically for jQuery UI themes, try jlStyleSheet instead of this plugin. You can try jlThemeSwitcher on this page. [...]

jQuery UI Theme Switcher Widget

The jQuery UI Theme Switcher Widget is jQuery’s drop-menu-type jQuery UI theme selector which allows you to switch from one jQuery UI Gallery theme to another. You can download the source code or view the documentation below. If you’re looking for something different, you can try my theme switcher or my stylesheet changer.