Home
last modified time | relevance | path

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

/plugin/imagemapping/
Dscript.js7 $('img[usemap]').mapster({
22 $(this).mapster('resize', $(this.offsetParent).width());
Djquery.imagemapster.js8mapster=function(e){var t=$.mapster.impl;return $.mapster.utils.isFunction(t[e])?t[e].apply(this,A… function
/plugin/imapmarkers/
Djquery.imagemapster.js113 $.fn.mapster = function (method) { function
114 var m = $.mapster.impl;
115 if ($.mapster.utils.isFunction(m[method])) {
124 $.mapster = {
369 var u = $.mapster.utils;
393 if ($.mapster.hasCanvas()) {
415 u = $.mapster.utils;
470 list = $.mapster.utils.split(key_list);
526 $.fn.mapster = null;
527 $.mapster = null;
[all …]
Dscript.js134 _g.is_imagemapster_existing = jQuery.isFunction(jQuery.fn.mapster);
185 …$(this).mapster('resize', ($(this)[0].naturalWidth < parentparent.width()) ? $(this)[0].naturalWid…
209 $('img[usemap].imapmarkers').mapster(_g.mapster_decoration_obj_default);
282 $(img_jquery_id).mapster('set_options', mapster_decoration_obj);