A visual display of any element in the page.
For example, "a, a> *" You can specify, you can see at a glance whether there is any position in a page of clickable information.
Element to specify the "jQuery selector syntax" is used.
<script>
$("#navi").pageMap({
item: "a,a > *",
});
</script>
only this.
You can use jQuery selector syntax at "item" parameter.
customize parameters
item : ".item", # element's selector itemColor : "#666666", # element's color in map cursorColor: "#ee7777", # cursor's color in map viewColor : "#c5c5c5" # visible position line in map