Home
last modified time | relevance | path

Searched refs:areaEl (Results 1 – 1 of 1) sorted by relevance

/plugin/imapmarkers/
H A Djquery.imagemapster.js447 getShape: function (areaEl) { argument
455 return (areaEl.shape || 'rect').toLowerCase();
3275 function isNoHref(areaEl) { argument
3276 var $area = $(areaEl);
3465 m.MapArea = function (owner, areaEl, keys) { argument
3471 me.area = areaEl;
3474 $.each(u.split(areaEl.coords), function (_, el) {
3478 me.shape = u.getShape(areaEl);
3479 me.nohref = isNoHref(areaEl);