Difference between revisions of "Metadata:Mapping/Map.js"

From Neocron Wiki
Jump to: navigation, search
m
(Fixed formating)
Line 3: Line 3:
 
$kjq(document).ready(function($)
 
$kjq(document).ready(function($)
 
{
 
{
// Add functions and stuff here
+
// Add functions and stuff here
  
// NC-Wiki map
+
// NC-Wiki map
$('.ncwiki_map').maphilight(
+
$('.ncwiki_map').maphilight(
{fill: true,
+
{
fillColor: '00446A',
+
fill: true,
fillOpacity: 0.2,
+
fillColor: '00446A',
stroke: true,
+
fillOpacity: 0.3,
strokeColor: '00446A',
+
stroke: true,
strokeOpacity: 1,
+
strokeColor: '00446A',
strokeWidth: 2,
+
strokeOpacity: 1,
fade: true,
+
strokeWidth: 2,
alwaysOn: false});
+
fade: true,
 +
alwaysOn: false
 +
});
  
// End of functions
+
// End of functions
 
});
 
});

Revision as of 23:46, 13 May 2008

Sorry you do not have permissions to view this page.