CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Wed, 30 Jul 2025 23:40:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 14 Jan 2010 06:50:06 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "3a1485124a3b6e4f0e7c992b17c741c3"
x-archive-orig-x-runtime: 85ms
x-archive-orig-content-length: 33629
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 14 Jan 2010 06:50:06 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 27 Oct 2009 20:41:04 GMT", ; rel="prev memento"; datetime="Sun, 13 Dec 2009 02:30:50 GMT", ; rel="memento"; datetime="Thu, 14 Jan 2010 06:50:06 GMT", ; rel="next memento"; datetime="Fri, 05 Mar 2010 23:10:56 GMT", ; rel="last memento"; datetime="Tue, 24 Aug 2010 13:01:03 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100114050855_crawl102-c/51_13_20100114064857_crawl101.arc.gz
server-timing: captures_list;dur=0.493530, exclusion.robots;dur=0.018276, exclusion.robots.policy;dur=0.009464, esindex;dur=0.009959, cdx.remote;dur=17.703339, LoadShardBlock;dur=303.422616, PetaboxLoader3.datanode;dur=209.597968, PetaboxLoader3.resolve;dur=190.849674, load_resource;dur=160.909756
x-app-server: wwwb-app204
x-ts: 200
x-tr: 545
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
jquery's jquery at mobile - GitHub
This service is courtesy of Pledgie.
jquery / jquery
- Source
- Commits
- Network (111)
- Graphs
-
Branch:
mobile
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
jQuery JavaScript Library — Read more
jquery /
README
-------------------------------- jQuery - New Wave Javascript https://jquery.com/ -------------------------------- What you need to build your own jQuery: - Make sure that you have Java installed (if you want to build a minified version of jQuery). If not, go to this page and download "Java Runtime Environment (JRE) 5.0" https://java.sun.com/javase/downloads/index.jsp - You now have two options for building jQuery, if you have access to common UNIX commands (like 'make', 'mkdir', 'rm', 'cat', and 'echo') then simply type 'make' to build all the components. - The other option is if you have Ant installed (or are on Windows and don't have access to make). You can download Ant from here: https://ant.apache.org/bindownload.cgi If you do have Ant, everytime (in this README) that I say 'make', do 'ant' instead - it works identically (for all intents and purposes). How to build your own jQuery: In the main directory of the distribution (the one that this file is in), type the following to make all versions of jQuery, the documentation, and the test suite: make Here are each of the individual items that are buildable from the Makefile. make jquery The standard, uncompressed, jQuery code. Makes: ./dist/jquery.js make min A compressed version of jQuery (made the YUI Minifier). Makes: ./dist/jquery.min.js make test Makes sure that the QUnit submodule is properly checked out. Open this file in your browser: ./test/index.html Finally, you can remove all the built files using the command: make clean Additionally, if you want to install jQuery to a location that is not this directory, you can specify the PREFIX directory, for example: make PREFIX=/home/john/test/ OR make PREFIX=~/www/ docs If you have any questions, please feel free to ask them on the jQuery mailing list, which can be found here: https://docs.jquery.com/Discussion
This feature is coming soon. Sit tight!