$(document).ready(function() { Footnotes.setup(); }); var Footnotes = { footnotetimeout: false, setup: function() { var footnotelinks = $('.footnoteRef') footnotelinks.unbind('mouseover',Footnotes.footnoteover); footnotelinks.unbind('mouseout',Footnotes.footnoteoout); footnotelinks.bind('mouseover',Footnotes.footnoteover); footnotelinks.bind('mouseout',Footnotes.footnoteoout); }, footnoteover: function() { clearTimeout(Footnotes.footnotetimeout); $('#footnotediv').stop(); $('#footnotediv').remove(); var id = $(this).attr('href').substr(1); var position = $(this).offset(); var div = $(document.createElement('div')); div.attr('id','footnotediv'); div.bind('mouseover',Footnotes.divover); div.bind('mouseout',Footnotes.footnoteoout); var el = document.getElementById(id); div.html('