Есть такой плагин, необходимо чтоб при загрузке страницы определенный маркет был активным.
https://mapsvg.com/documentation/wp/3.2.x/
Как сделать чтоб маркер с #marker_87 , был активным?
Fires after MapSVG finished rendering SVG file. Example:
function(){
var mapsvg = this;
mapsvg.setZoom({on: true});
}
Parameters:
this - MapSVG instance
или
Fired right after details view was is shown.
Parameters:
this - jQuery container with Details View
Example:
function(){
this.find('.something').runSomeJqueryPlugin();
}
Какую из этих функции использовать? и как сделать чтоб при загрузке он активным делал..