Latest jquery Activity
@a light breeze This slightly helped, as I have just realized what the problem was,
var docHeight = $(document).height();
var docWidth = $(document).width();
it was with these two functions, all I had to do to make it work the way that I wanted was by changing the document
's to window
so that it wasn…
Advertisement
Advertisement