Barion Pixel

Bolt

Cím

Go to Top
if (jQuery && jQuery.fn && jQuery.fn.plot) { jQuery(window).on('load', function() { if(jQuery("#chart").length) { jQuery("#chart").plot(...).resize(); } else { console.log("A #chart elem nem létezik."); } }); } else { console.log("jQuery vagy a flot plugin nem elérhető."); }