Sorry about the somewhat confusing title!
I'm trying to set up an "info bar" where the client can add a bit of information right at the top of the screen which can be closed using jQuery. Despite my awful jQuery skills, I've managed that part.
I'm just a bit confused as to the best way to handle subsequent pages.
Could I do this in PW alone using cookies or session?
Or would I need to trigger something else in JS when the close button is pressed?
Also is there any acceptable CSS fallback for closing the info bar if there's no JS (I'm guessing maybe just refresh the page?)
Thanks in advance if anyone has any ideas how they'd handle this.
Screenshot attached