Posts by Gustavo Sávio • 21 points
1 post
-
2
votes3
answers275
viewsA: How to use Cookies in Internet Explorer?
If you want to handle cookies in IE with Javascript, a good approach would be to use lib: Jquerycookie The use itself is quite simple: Store: $.cookie('variavel_nome', 'valor'); Read:…