MediaWiki:Gadget-himagemap: Difference between revisions
Malcolmmcc (talk | contribs) 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..." |
Malcolmmcc (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
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. | ||