Home › Forums › JavaScript › Insert code › Reply To: Insert code
June 10, 2016 at 12:54 pm
#242732
Participant
I would suggest adding this into your code:
closed: function () {
$.cookie('hideTheModal', { expires: 30, path: '/' }
}
It’s really nothing more than adding another option to the list of options you have present, but I cannot test it as I have no real practice with Foundation.