Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Step "element" can now use a function to dynamically select the DOM element for the step. Usage: element: function() { return $(document.body).find(".my-dynamic-element"); }, title: "Dynamic!", content: "This element was found by jquery", Change to Tour.prototype.getStep = function (i)
- Loading branch information