I am making a website. I am using some jquery for different actions.
My background Image has a central balloon. On top of the background image, I have placed four different images. these are also balloon shaped. i perform certain jquery actions if someone clicks on these small balloons. now I want that if a person clicks on the background image outside of the central balloon and other than the small balloons, I want to trigger a jquery script.
i am stuck on how to select this clickable area. everywhere on the internet I have searched, they have told to make a rectangular clickable area. this is not what I require. i can use many micro-rectangles to achieve my purpose but this is very crude method.
Can someone please tell me some elegant method for this. I am attaching the image which will elaborate the question.
Thanks alot