I need help adding an onclick event to a specific apple
element in my Rails application. The code I have is written in CoffeeScript.
apple.on 'click', () ->
$(this).popover('[data-content="This is the body of Popover"]');
Can someone assist me in getting this code to function correctly?