JSFiddle - React, Tailwind, and code Playground

by ibike365

JavaScript

bindOptionClickEvents: (function() {
    var that = this;
    $('.nva_ContextMenuOption').click(function() {
        var opt = $(this).attr('rel');
        that.handleClickEvent(opt);
    })
}).bind(this)