javascript - Need whole body tag mouseover function -


i need whole body mouseover function. when enter other page, of content append particular div.

my code is:

$('body').mouseover(function() {   $('#text').append('<div>new content</div>'); }); 

the body not have full potential height if contents fit in lower height.

you use $('html').mouseover instead: http://jsfiddle.net/mpdd7/.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -