[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siakad
/
akademik
/
vendors
/
bower_components
/
jqvmap
/
src
/
JQVMap
/
[
Home
]
File: highlight.js
JQVMap.prototype.highlight = function (cc, path) { path = path || jQuery('#' + this.getCountryId(cc))[0]; if (this.hoverOpacity) { path.setOpacity(this.hoverOpacity); } else if (this.hoverColors && (cc in this.hoverColors)) { path.currentFillColor = path.getFill() + ''; path.setFill(this.hoverColors[cc]); } else if (this.hoverColor) { path.currentFillColor = path.getFill() + ''; path.setFill(this.hoverColor); } };