You are herejQuery
jQuery
Ajax Sorted and Paged tables in Drupal 7
My recent blog post on Creating Paged and Sorted tables in Drupal 7 got a comment today asking if it was possible to implement Paging and Sorting in Drupal tables via Ajax, instead of regular Page refreshes that Drupal does by default.
jQueryUI - Adding-removing buttons dynamically from a jQueryUI dialog
It was a rather interesting situation. I needed to add/remove buttons dynamically from a jQueryUI dialog that had already been rendered. Based on user interaction, I either needed to add new buttons or remove existing ones.
Drupal - Need to include css files manually when using jquery_ui module
After my last blog post on Drupal, expect some more Drupal related blog posts related to my recent work that I have been doing in Drupal.
You might be knowing that the jquery_ui contributed module is the preferred way to use jQuery UI in Drupal. This module provides the jqeury_ui_add method with which you can include any jQuery UI widget on the page. The module ensures that any widget's dependencies are also loaded automatically and that multiple modules wanting to include the same widget do not conflict by including the widget script files twice.
jQuery - Encode & Decode arbitrary objects to and from JSON
Working with ExtJs for a long time now (and deliberately avoiding jQuery whenever I could), I finally dumped ExtJs in favor of jQuery with my upcoming Document module for Drupal (mainly for avoiding users from having to download ExtJs separately when Drupal comes bundled with jQuery). And I was really pleased on how easy, flexible and powerful the library was for tasks I thought were best handled with ExtJs.
Drupal Document module
Document is a complete Document Management System for the Drupal CMS. I am still working on some parts of the module and hopefully, its first release should be available soon.
The official page for the module on drupal.org is this:
http://drupal.org/project/document






