mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface

Home Page:http://mstratman.github.com/jQuery-Smart-Wizard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot set property 'contentWidth' of undefined

SBrownAU opened this issue · comments

When initializing:

Uncaught TypeError: Cannot set property 'contentWidth' of undefined

...

// 'this' is undefined
this.contentWidth = $this.elmStepContainer.width();

Do you have a full example that reproduces this problem?

Closing the issue. Was trying to load smart wizard within a Vue component. Couldn't find a way to do it, so now loading outside the component.