Javascript does not load
-
Hello there,
Thank you for the plugin. However, I have a problem with jQuery. I use shortcode in editor, which created an image map area. The image is getting loaded in pop-up without the problems, however, the jQuery script is not loaded at all. Example of jQuery:
<script>
jQuery( function($) {
$(‘#floor-maps-1’).mapster({
staticState: true,
stroke: false,
mapKey: ‘data-key’,
fillColor: ‘ffffff’,
singleSelect: false,
clickNavigate: true,
showToolTip: true,
toolTipContainer:'<div class=\”tooltip\”></div>’,
areas: [“.$areas.”]
});
});
</script>
- The topic ‘Javascript does not load’ is closed to new replies.