What is the difference between javascript window and jquery $(window)?
I tried in the Chrome console and I get this:
So, I would conclude is "just" a window object wrapped in a jquery object in a way that then I can use jquery's functions on it (like height(), width(), etc...)
I did try googling, and stackoverlowing :) OFC, but to no luck.