jQuery is a popular JavaScript library that makes it easier to manipulate HTML documents and handle browser-specific behaviors. It is used by many major websites and frameworks. jQuery simplifies tasks like getting element dimensions, handling events, developing plugins and more through its CSS selector syntax and methods. Code written with jQuery is unobtrusive, separating behavior, content and presentation for improved maintenance.