MediaWiki:Gadget-himagemap: Difference between revisions

Created page with "$(document).ready(function() { var //add this class to all elements created by the script. the reason is that we call the script again on //window resize, and use the cla..."
 
No edit summary
Line 1: Line 1:
$(document).ready(function() {
$(document).ready(function() {


    var
var
//add this class to all elements created by the script. the reason is that we call the script again on
//add this class to all elements created by the script. the reason is that we call the script again on
//window resize, and use the class to remove all the "artefacts" we created in the previous run.
//window resize, and use the class to remove all the "artefacts" we created in the previous run.