mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
304 stars 164 forks source link

The ajax content can not show #1

Closed jack-kwok80 closed 12 years ago

jack-kwok80 commented 12 years ago

I found the code to show the ajax content : $($(selStep, $this.target).attr("href"), $this).html(res); It don't show the content, I changed the code to: $($(selStep, $this.target).attr("href")).html(res); and it works.

mstratman commented 12 years ago

Thanks for reporting this. It should be fixed now.