http://jsbin.com/iTeNiJIt/1/edit?output
I have a few map areas in my page. On clicking of any of these areas, i wish to create some animation within the same page. The problem is that the page is refreshed every time i click the area. Even after using the stopPropagation()
method, i am unable to keep it that way. I just need to invoke some methods if the area of an image is clicked. Is there some better way ??