标签: jquery
我的页面加载了多个Jquery插件和脚本。
在其中一个插件页面中有一个功能,我在其中创建了一个带有相关值的新变量。
我已将其创建为:currentPoint = $(currentRow).attr('data-point')
currentPoint = $(currentRow).attr('data-point')
在我的自定义脚本中,我想使用该值,但我似乎无法访问它。我尝试访问它:console.log (currentPoint)我返回的是undefined。
console.log (currentPoint)
undefined
这可能吗? 感谢