Is there function like hover or something, which checks ifs special area (div
or something) is clicked right now or not ?
I have some div
's with some text and other data, and if i click 1 of them, i want it to do my special stuff after clicking.
For example there are 2 div
's, if i click first it has to do something for me. (i have a lot of data in that div
, not only textarea
, input texts
, also buttons
etc.)
OR is it possible to check if Iclicked div
's area? If yes i want to do transform:scale of its area in css (multiplying size)