Published
- 1 min read
make div clickable
The solution for this is noted below
make div clickable
Solution
<div onclick="location.href='#';" style="cursor: pointer;">
</div>
Try other methods by searching on the site. That is if this doesn’t work