$(document).on('click', '#ZoomInTool', function (e) { $("body").css("cursor", "url('Images/Cursors/zoomin.cur'),auto"); map.addInteraction(dragBoxInteraction); }); i am getting Uncaught TypeError.please help me to resolve it...