Search
2252 results 761-770
Reference
buttons().remove()› Remove and delete the selected buttonsThis method provides the ability to dynamically removebuttons().processing()› Set the processing state for multiple buttonsis an extension of the buttons().processing() method, which canbuttons().nodes()› Get the button nodes for the selected buttonsIt can often be useful to have access to the DOM node of a button so you can manipulate it using directly jQuery or DOM methods. This method provides exactly that option.buttons().enable()› Enable / disable the selected buttonsis done by adding the class disabled to thebuttons().disable()› Disable the selected buttonsis done by adding the class disabled to thebuttons().destroy()› Destroy one or more button instances and remove from the documentThis method provides the ability to "destroy" onebuttons().containers()› Get the container elements for one or more button instancesThe buttons method of creatingbuttons().container()› Get the container element for a single Buttons instanceThe buttons method of creatingbuttons().collectionRebuild()› Rebuild a buttons collectionThis function is used to change, or update the contents of collection buttons. This makes it possible to effortlessly add buttons to collections without having to redeclare the collection buttons.buttons().active()› Set the active state for the selected buttonsto visually show to the end user that the