Article
Using JsCookie
https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js
Copy to clipboard
JsCookie is a library much like jquery that is used to make the process of storing and retrieving information from a cookie much easier.
To use js-cookie we include in the library just before writing JS scripts with it.
Js Cookie exposes methods for saving, deleting and configuring cookies without writing too much code.
<script>
$(document).ready(function(){
XT1
});
</script>
$(document).ready(function(){
XT1
});
</script>
Copy to clipboard
Live demo
<script>
$(document).ready(function() {
XT1
});
</script>
$(document).ready(function() {
XT1
});
</script>
Copy to clipboard
Press the Run Demo button to execute the scripts above.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.