$(document).ready(function() { $("body").mouseover(function() { $("#poptxt").show() }) });