First time website visitor alert

First time website visitor alert

Very new to coding and haven't found what I need after searches. Find myself more confused in which approach to take.

I'm looking for an alert to be displayed when a website is visited for the first time. This alert will have several button links with a checkbox option to "Not show again." If checked, a cookie will be saved so as to not display upon subsequent visits.

I've looked at javascript, ajax, and now jquery. Am I in the right place to use a jQuery form that is invoked with a body onload event? Is there a sample of what I'm trying to achieve?

Thank you in advance for pointing me in the right direction.