Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Insert code Reply To: Insert code

#242732
rkieru
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.