onclick event for tabs
-
Hi,
i need to add a JavaScript function call on tab click to redraw charts nested inside each tab and to do that i need to know the object class or id that you are using for the click event.
is it a span? a div? or an anchor tag?I’m hoping that this will be as easy as the following code:
function redrawchart() { visualizer.render(); } $( ".or#yourobject" ).on( "click", redrawchart );please let me know
The topic ‘onclick event for tabs’ is closed to new replies.