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!

onActivate function cache like AJAX cache


Project:clueTip - flexible, enhanced tooltip
Version:0.9.3
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

I know this may be a little hard but here's my scenario. I use an onActivate function to call an AJAX function that gets dynamic content based on the event target and return it to a local div. I love the the AJAX cache ability. I was wondering if a "Cache onActivate Result (or something)" ability could be added. This would basically say: IF item hovered over equals last item hovered over THEN skip running function again.

Let me know if you need more details.