CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 01:34:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091219090948
location: https://web.archive.org/web/20091219090948/https://github.com/jquery/jquery-metadata
server-timing: captures_list;dur=0.736045, exclusion.robots;dur=0.027824, exclusion.robots.policy;dur=0.012748, esindex;dur=0.014532, cdx.remote;dur=166.362263, LoadShardBlock;dur=185.948143, PetaboxLoader3.datanode;dur=87.668644, PetaboxLoader3.resolve;dur=50.581243
x-app-server: wwwb-app210
x-ts: 302
x-tr: 381
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app210; 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 01:34:46 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 19 Dec 2009 09:09:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e86f740c5b09953bfca73f56a0cd2ca2"
x-archive-orig-x-runtime: 62ms
x-archive-orig-content-length: 21690
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: Sat, 19 Dec 2009 09:09:48 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="Wed, 18 Nov 2009 05:12:25 GMT", ; rel="memento"; datetime="Sat, 19 Dec 2009 09:09:48 GMT", ; rel="next memento"; datetime="Thu, 18 Mar 2010 02:27:27 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_13_20091219043232_crawl103-c/51_13_20091219090826_crawl101.arc.gz
server-timing: captures_list;dur=3.168574, exclusion.robots;dur=0.023521, exclusion.robots.policy;dur=0.010293, esindex;dur=0.010980, cdx.remote;dur=26.621630, LoadShardBlock;dur=115.556769, PetaboxLoader3.datanode;dur=69.698080, PetaboxLoader3.resolve;dur=102.471260, load_resource;dur=91.769481
x-app-server: wwwb-app210
x-ts: 200
x-tr: 302
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | A jQuery plugin for extracting metadata from DOM elements. edit |
Homepage: | https://plugins.jquery.com/project/metadata edit |
Public Clone URL: |
git://github.com/jquery/jquery-metadata.git
Give this clone URL to anyone.
git clone git://github.com/jquery/jquery-metadata.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:jquery/jquery-metadata.git
|
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 {}).
This feature is coming soon. Sit tight!