February 8, 2012

Infomasi Social Media dan Tip Trik Online

How To : Change jQuiery UI Themes


Advertisements
 How To : Change jQuiery UI Themes

jQuery UI Logo

jQuery UI provides widgets and interactions javascript libraries to simplify the website development process. jQuery UI is built on jQuery Javascript Library, so this is very powerful and of course your website development process will be much faster.

Besides there are so many libraries, jQuery UI also provides many UI themes. The implementation of jQuery UI is very easy, to change the themes, we do not need to change the entire code. We just need to load the css file that has been hosted on Google Libraries API.

How to load the default jQuery UI theme :
[sourcecode language='javascript']



[/sourcecode]

To change the theme, replace in the following section.

<link href=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css” rel=”stylesheet” type=”text/css”/>

Replace the red-printed with the following options (to see the demos, go to jQuery UI Demos) :

ui-lightness
ui-darkness
smoothness
start
le-frog
redmond
flick
overcast
sunny
pepper-grinder
eggplant
dark-hive
cupertino
south-street
blitzer
humanity
hot-sneaks
excite-bike
vader
dot-luv
mint-choc
black-tie
trontastic
swanky-purse

jQuery UI has many types of widgets and interactions, there are Also available several effects.

Interactions

  • Draggable
  • Droppable
  • Resizable
  • Selectable
  • Sortable

Widgets

  • Accordion
  • Autocomplete
  • Button
  • Datepicker
  • Dialogue
  • Progressbar
  • Slider
  • Tabs

Effects

  • Color Animation
  • Toggle Class
  • Add Class
  • Remove Class
  • Class Switch
  • Effect
  • Toggle
  • Hide
  • Show

Utilities

  • Position

Related posts:

  1. How To: Install Hidden Themes on Windows 7
  2. How To: Install Windows 7 Visual Styles & Themes
  3. How To : Change Empathy Chat/Message Theme
  4. How To: Download and Install Windows 7 Themes
  5. Gunungkidul, Free WordPress Theme
Ngonoo - Technology & Social Media Updates
Post comment as twitter logo facebook logo
Sort: Newest | Oldest