UNPKG
jqvmap
Version:
latest (1.5.1)
1.5.1
1.5.0
1.0.1
1.0.0
jQuery Vector Map Library
jqvmap.com
manifestinteractive/jqvmap
jqvmap
/
src
/
JQVMap
/
getPin.js
5 lines
(4 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
JQVMap
.
prototype
.
getPin
=
function
(
cc
){
var
pinObj =
jQuery
(
'#'
+
this
.
getPinId
(cc));
return
pinObj.
html
(); };