amoffat / bootstrap-application-wizard

MIT License
1.85k stars 388 forks source link

Add Method 'find' #50

Closed gjrtimmer closed 11 years ago

gjrtimmer commented 11 years ago

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.