[ad_1]
Hello everyone.
First of all, english is not my first language so hopefully I’ll be able to explain myself.
Is there anyway (such as code or plugin) for people who brows my site to put ✔️ near the stuff they read?
For example, the post have few links to different chapters of comics I made. I want the people to be able to put ✔️ near the chapters they read already.
Thank you in advance:)
[ad_2]
Yes, you can achieve this by using a combination of HTML, CSS, JavaScript, and local storage. Here’s a simple way to implement this feature on your website:
HTML: Structure your chapters with checkboxes.
CSS: Style the checkboxes to look like checkmarks.
JavaScript: Use JavaScript to save the state of the checkboxes in the browser’s local storage, so the user’s progress is retained even after they leave and return to the site.