Generation

generate functionMon, 13 Feb 2023

transform: rotate(360deg) по клику на блок jquery

function rotateBlock() { $(this).css({ transform: 'rotate(360deg)' }); } $('.block').on('click', rotateBlock);

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant