Closed gjrtimmer closed 11 years ago
To access an element within the wizard. The version 2 code uses jquery find() within the wizard.el.
wizard.el
In v3, this is replaced by using the find() on wizard.modal.
wizard.modal
This should be replaced by a wizard.find() function which redirects to jQuery find() and returns an modal.
Properties of the wizard should not be accessed directly.
To access an element within the wizard. The version 2 code uses jquery find() within the
wizard.el
.In v3, this is replaced by using the find() on
wizard.modal
.This should be replaced by a wizard.find() function which redirects to jQuery find() and returns an modal.
Properties of the wizard should not be accessed directly.