Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Ability to delete cached metadata


Project:Metadata
Version:2.0
Component:Code
Category:feature request
Priority:normal
Assigned:davestewart
Status:active
Description

I'm using metadata with the Validation plugin. A situation has arisen where I need to delete existing metatdata for a page to validate, as follows:

A Login screen expects an email and password. However, if the user has forgotten their password, they will just input their email and press an alternative submit button to have the back end process their request and email their password.

In this case, validation needs to be removed from the password field for a successful submit (a blank password will not validate!), so I have to manually loop through the metadata and remove one by one.

Seems like a good case for $('#password').metadata().delete() to me!

Many thanks,
Dave Stewart