How to write the jQuery mouseover and mouseout functions, do not need to click, but by whether the mouse hover to automatically trigger the corresponding html5lightbox () and off?
$(" a "). Mouseover (function () {
.
});
$(" a "). A mouseout (function () {
.
});
</script>