Remove Class Action Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Remove Class Action - #remove_class {}
Call JQuery UI's removeClass(class, speed) on the target element.
Usage
wf:wire(myDiv, #remove_class { class=selected, speed=1000 })
Attributes
- class - (atom)
- Name of the class.
- speed - (integer)
- Speed of the effect, in milliseconds.