标签: jquery prompt
我正在将jPrompt与输入框一起使用,但显示给我的是未定义的。
var reason = jPrompt('Are you sure to delete','add reason',Confirmation',function(del){ console.log(reason); // output for this 'undefined'; ///ajax code })
我不知道我的代码有什么问题。我的代码没有任何错误。