As I understand it, when you display a web page, you are not actually distributing the software. There are exceptions to this, but are not applicable to the MIT license.
I believe that when you include jQuery in your webpage, there is a link to the license in the jQuery source. That should be enough.
Here is the link in the source code from the jQuery mini-version:
Copyright 2010, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
If you are distributing the application as a commercial application that must be run on client servers, I would include a full copy of the MIT license and the indispensable source code for jQuery with the application as separate files.
There are no conditions that the end user must agree to if they do not decide to distribute the jQuery files themselves.
Robert Harvey
source share