howie2007 Posted July 29, 2009 Share Posted July 29, 2009 Hi Guys, I want to create a how to pop up with a checkbox that the user can tick to not show the pop up again so it may need to have a cookie applied to it. Anybody know how? Thanks Quote Link to comment Share on other sites More sharing options...
Adam Posted July 29, 2009 Share Posted July 29, 2009 jQuery, perhaps using a plug-in, has the ability to create pop ups like that. Then as you said just store a cookie to not trigger the pop up on page load. Again if you choose to use jQuery there's functionality for manipulating cookies. Alternatively you could store their IP, or even username if you have a user system in place, to better ensure they don't have to see it again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.