Home >Web Front-end >HTML Tutorial >Solve the problem that pages with fusionCharts do not display after multiple clicks_html/css_WEB-ITnose
Question:
If you do not use the fusioncharts packaged by the company, but use custom ones, it is recommended not to use the following method
Using $(document).ready( to load the page after it is loaded will cause the fusioncharts not to be displayed after multiple clicks on the page with fusioncharts. If you add an alert ("a"), it will be displayed.
Solution: