I am using colobox and would like to have the it close automatically when you mouseout of the photos.
I found this example which works great for the mouseover… but I don’t want to click to close.
I setup a basic jsfiddle here. Any help would be appreciated.
UPDATE I changed the div for the mouseleave (see the demo below) and it now works.
Use
$(this).colorbox.close();Refer this DEMO, it works but it see triggering more than one time.