After mapster href doesn't work

gsiradze

I'm trying to redirect a user on click of current floor

without

$('#mapimage').mapster(
{ 
    fillcolor: 'ff0000', fillOpacity: 0.40
});

href of area tag works. With this it doesn't. What have I done wrong? JSFIDDLE

gearsdigital

This should work.

 $(document).ready(function () {
      $('#mapimage').mapster({
          fillcolor: 'ff0000',
          fillOpacity: 0.40,
          clickNavigate: true
      });
  });

http://jsfiddle.net/VcGXL/120

You should read the documentation, everything is explained well ;)

By default, ImageMapster will prevent the default browser behavior in image maps, and "select" areas when they are clicked.

http://www.outsharked.com/imagemapster/default.aspx?docs.html#clicknavigate

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Javascript Redirect location.href doesn't work in Internet Explorer

분류에서Dev

SetValue method doesn't work after DoubleAnimation

분류에서Dev

toggleClass() doesn't work after first time

분류에서Dev

VM doesn't work anymore after umount an lv

분류에서Dev

Redirect to previous URL after login/register doesn't work

분류에서Dev

Task.ContinueWith doesn't work after previous Task completed

분류에서Dev

ubuntu 12.4, wireless doesn't work after update

분류에서Dev

suspend doesn't work after upgrading to Debian 7.8

분류에서Dev

Rotate animation after Translate doesn't work on Android

분류에서Dev

unbind doesn't work

분류에서Dev

Crontab doesn't work

분류에서Dev

Put HDDs in standby after X minutes using hdparm doesn't work

분류에서Dev

jQuery script doesn't work after the same HTML has been loaded via AJAX

분류에서Dev

Emacs button doesn't work after saving, closing and re-opening the file

분류에서Dev

Setting font size doesn't work after parsing simple HTML into NSAttributedString

분류에서Dev

Apache2 doesn't work after installing mod-wsgi

분류에서Dev

apt-get update doesn't work after installation in kali rolling 2016

분류에서Dev

Margin-top doesn't work after floated elements despite clear:both

분류에서Dev

\n doesn't work on terminal

분류에서Dev

Firestore addSnapshotListener doesn't work

분류에서Dev

Android, setReuseAddress doesn't work

분류에서Dev

JsPDF .save() doesn't work

분류에서Dev

Why isEOF doesn't work?

분류에서Dev

Angular $location doesn't work

분류에서Dev

removeClass function doesn't work

분류에서Dev

MenuItemButtom action doesn't work

분류에서Dev

Find with mtime doesn't work

분류에서Dev

Polymorphism doesn't work as it should

분류에서Dev

Button link doesn't work

Related 관련 기사

뜨겁다태그

보관