🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

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…

4,203 views
Advertisement
Advertisement
Advertisement