我正在使用 jQuery Steps,我想处理一个名为: 的事件onStepChanging
。
默认值为function (event, currentIndex, newIndex) { return true; }
我尝试了以下方法,但没有运气:
$("#wizard").onStepChanging(function (event, currentIndex, newIndex){
Console.log("onStepChanging");
});
我可以帮忙吗?
提前致谢