Ask the community, share ideas, and connect with other LimeSurvey users!
<img src="/limeSurvey3x/upload/surveys/428695/images/test.png" usemap="#map" /> <map name="map"> <area alt="1" shape="rect" coords="0,0,250,250" href="" /> <area alt="2" shape="rect" coords="251,0,500,250" href="" /> <area alt="3" shape="rect" coords="0,250,251,500" href="" /> <area alt="4" shape="rect" coords="251,251,500,500" href="" /> </map> <script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ $('#question{QID} area').on('click', function(e) { e.preventDefault(); var thisCode = $(this).attr('alt'); $('#question{QID} :radio[value="'+thisCode+'"]').trigger('click'); }); }); </script>