Article
Updating cookie values
https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js
Copy to clipboard
The code for changing the cookie is similar to setting it. To overwrite the username cookie: https://raw.githubusercontent.com/finsweet/jqueryCourse/main/cookies/ex11.js?actionable=true Cookies have expiry dates which when reached will prevent the cookie from working. To set an expiration time for a cookie use: https://raw.githubusercontent.com/finsweet/jqueryCourse/main/cookies/ex12.js?actionable=true This code means that the cookie will expire in 7 days.
<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.