Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: How to make i5Chart clickable

$
0
0

Hi Amr,

You will have to place this code in the onload event of the page or a place where you are sure that the element already exists in the DOM.

 

For e.g,

 

function load() {

$("#div").click(function() {

  alert("You clicked the i5Chart");

  //window.open('http://www.google.com', '_blank');

});

}

 

<BODY onload='load();'>

<div id="div"/>

</BODY>

 

Hope this helps!

 

Best Regards,

Ria


Viewing all articles
Browse latest Browse all 4841

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>