Drupal – Using JQuery UI

You can make some JQuery UI function with the help of the JQuery UI module. For example, the Date module of CCK allows the Date Popup feature which required JQuery UI. The current support version for JQuery UI is 1.6.

1. Let’s download the Date and JQuery UI modules and extract them into sites/all/modules. We also need to download JQuery UI 1.6 library to sites/all/modules/jquery_ui.
 

2. Extract the JQuery UI library in the sites/all/modules/jquery_ui folder

  • unzip jquery.ui-1.6.zip

 

3. Rename the extracted folder to jquery.ui (sites/all/modules/jquery_ui/jquery.ui)

  • mv jquery.ui-1.6 jquery.ui

 

4. Now we can enable the modules

 

5. Add a Date CCK field to a content type as follow

 

6. Try it now

 

Done =)

Reference:

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.