在coffeescript中添加功能,然后在活动管理员中单击我的代码,但功能未定义
我在modal.js.coffee中的函数:
openModal = ->
if $('#myModal').length > 0
$('#myModal')[0].style.display = 'blok'
return
activeadmin管理员视图:
image_tag(image.image.url(:thumb), class: 'default-img-thumb hover-shadow', onclick: "openModal();currentSlide("+image.position.to_s+")")
有人可以帮助我吗?