User login

Login/Register
To prevent automated spam submissions leave this field empty.

Drupal Tutorials - jQuery Get our RSS feed for this content

Drupal Tutorials Search
| Reset
15
Sunday, March 15, 2009

Great jQuery plugins for Drupal

Anyone who has ever developed with Drupal will know that jQuery was an amazing addition to the Drupal toolkit as of Drupal 5, but you have to be a developer to make use of Drupal as there's already a great selection of modules using some great jQuery plugins.jCarousel LiteThis great little module is a lightweight version of the jCarousel plugin that allows you to create scrollable lists of content which can be a good way of fitting lots of content in a small area.Carousels can be horizontal or v
1
Monday, December 1, 2008

Getting going with AHAH and Drupal 6

In my opinion one of the best things added to Drupal 6 was the AHAH (or Asynchronous HTML and HTTP) framework, so in this lesson I'm going to give you a quick overview of how to use it.What is AHAH and what can it can do?
17
Monday, November 17, 2008

Drupal and Ajax working together

Drupal is a fantastic CMS which I have been actively developing for, for some time now. Yesterday was the first time I had really ventured into the Ajax territory but I learnt a lot and hopefully this guide should help others.Currently this example is Drupal 5.x only. I will update it for Drupal 6 in another post in due course.I'm going to create a simple module to demonstrate the communication between client and server.