CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 02:08:52 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100318022727
location: https://web.archive.org/web/20100318022727/https://github.com/jquery/jquery-metadata
server-timing: captures_list;dur=0.575124, exclusion.robots;dur=0.026321, exclusion.robots.policy;dur=0.015828, esindex;dur=0.011725, cdx.remote;dur=84.578550, LoadShardBlock;dur=274.066952, PetaboxLoader3.datanode;dur=191.269484, PetaboxLoader3.resolve;dur=56.973118
x-app-server: wwwb-app201
x-ts: 302
x-tr: 386
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app201; 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=()
HTTP/2 200
server: nginx
date: Wed, 30 Jul 2025 02:08:53 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 18 Mar 2010 02:27:27 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "9741dba1c23e116faa47992891f8887d"
x-archive-orig-x-runtime: 144ms
x-archive-orig-content-length: 19431
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, 18 Mar 2010 02:27:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 04 Aug 2009 16:47:08 GMT", ; rel="prev memento"; datetime="Sat, 19 Dec 2009 09:09:48 GMT", ; rel="memento"; datetime="Thu, 18 Mar 2010 02:27:27 GMT", ; rel="next memento"; datetime="Tue, 20 Apr 2010 05:41:30 GMT", ; rel="last memento"; datetime="Fri, 24 Jan 2025 22:23:38 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_14_20100317230706_crawl101-c/51_14_20100318022608_crawl101.arc.gz
server-timing: captures_list;dur=0.574502, exclusion.robots;dur=0.027074, exclusion.robots.policy;dur=0.016497, esindex;dur=0.011367, cdx.remote;dur=532.023377, LoadShardBlock;dur=75.427503, PetaboxLoader3.datanode;dur=81.836187, load_resource;dur=112.021067, PetaboxLoader3.resolve;dur=69.430041
x-app-server: wwwb-app201
x-ts: 200
x-tr: 785
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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-metadata at master - GitHub
jquery / jquery-metadata
- Source
- Commits
- Network (4)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
META.json | Sat Jul 25 09:49:50 -0700 2009 | Moving over from the jQuery SVN repository. [jeresig] |
![]() |
README | Sat Jul 25 09:49:50 -0700 2009 | Moving over from the jQuery SVN repository. [jeresig] |
![]() |
jquery.metadata.js | Sat Jul 25 09:49:50 -0700 2009 | Moving over from the jQuery SVN repository. [jeresig] |
![]() |
test/ | Sat Jul 25 09:49:50 -0700 2009 | Moving over from the jQuery SVN repository. [jeresig] |
README
jQuery Metadata Plugin By John Resig This plugin is capable of silently, and automatically, extracting metadata from classes, random attributes, and child elements. For example, you can do: <li class="someclass {some: 'data'} anotherclass">...</li> OR <li data="{some:'random', json: 'data'}">...</li> OR <li><script type="data">{some:"json",data:true}</script> ...</li> The default is the first method, but you can always change it by twiddling the options. This means that there is at least one option here that can appease you. There's also a bunch of options (like loading data into a single property and the ability to ignore braces {}).