Subscribe to RSS - jquery

jquery

Simple jQuery tabs

Submitted by Minnur Yunusov on Wed, 03/23/2011 - 11:00am
Minnur Yunusov's picture

I recently had a task to create a new Drupal theme for one of our clients. The theme mainly consisted of HTML blocks which contained the header, content, and footer areas. However, the theme had many sub-elements and was generally complex, so it was critical to focus on leveraging the tools available (like jQuery) and not trying to use custom code for everything. When it came time to create the tabs for the site I set a goal to do this with adding as little JavaScript code as possible.

Drupal Tips & Tricks

Submitted by Minnur Yunusov on Tue, 09/07/2010 - 12:05pm
Minnur Yunusov's picture

Studying Drupal, I often stumble on new tasks that need to be implemented, and problems that need to be addressed. Of course, sites like Drupal.org are invaluable, but here are some userful modules and jQuery tips that I have discovered.