angularjs - Is there any way to show jquery QTip on React js cell? -
we have used react js , angular js develop table component. requirement show qtip on hover of particular button inside cell of table. have created angular directive class restriction. directive won't loaded react cell. so, there way this?
thanks, jay
i'm not sure understand issue, can run jquery code on componentdidmount, , can reference component's dom node finddomnode.
var component = react.createclass({ componentdidmount: function() { $(this.finddomnode()).find('.selector-to-cell').qtip(); } });
Comments
Post a Comment