arenadeveloper

Results 1 issues of arenadeveloper

Hi i am trying to check if user has pressed shiftkey with click $('input').on('ifClicked', function(event){ console.log(event.shiftKey); var box = $('.i-checks'); }); it always returns undefined. Can you help me. Another...