I m trying to get fancybox to trigger when the mouse is hovered over a link.
Have had no luck though... any suggestions?
$(document).ready(function() {
/* This is basic - uses default settings */
$("a.inline").fancybox({ hideOnContentClick : false });
});