Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Overlay Help Tips with jQuery

I would like to create an overlay layer that pops up if a user clicks a 'help' link that displays help tips (most likely a .png image) pointing out elements of the website.

I've seen this done on other websites (although I can't currently find one) whereby there is a semi-transparent overlay over the entire page whereby help tips are shown. I would then like the overlay to disappear if the user clicks or click on a 'close' button.

I understand that is a lot to ask, but if anyone could point me in the right direction, or to an online tutorial, etc. I'd REALLY appreciate it :)

Here is an example of the effect I want to create on my website: jquery overlay website help tips

like image 996
adamdehaven Avatar asked May 17 '12 16:05

adamdehaven


1 Answers

Take a look at Chardin.js, it's pretty nice and easy to implement

like image 193
guilleva Avatar answered Oct 07 '22 12:10

guilleva