sounds like this could be pretty cool.. but would be nice if there was some sort of documentation to suggest how one might use this with Drupal 5.

- does it do anything once enabled?

- do i need to go and rewrite existing module code to replace with its form functions??

Comments

wim leers’s picture

Title: might be cool??? » How to use
Category: bug » support
Status: Active » Fixed

There's nothing more than jquery_form_add(). For everything else you should consult the documentation, to which I link from the README.txt: http://www.malsup.com/jquery/form/.

It doesn't do anything on its own. You don't have to rewrite anything, you can simply add JS that makes your forms submit through AJAX, or do client-side validation.

wim leers’s picture

Status: Fixed » Closed (fixed)

Why didn't this get closed automatically? Strange...