CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 01:35:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100213135603
location: https://web.archive.org/web/20100213135603/https://github.com/subtleGradient/mootools-data-binding
server-timing: captures_list;dur=0.871815, exclusion.robots;dur=0.029242, exclusion.robots.policy;dur=0.012390, esindex;dur=0.014883, cdx.remote;dur=21.576779, LoadShardBlock;dur=206.960233, PetaboxLoader3.resolve;dur=121.704696, PetaboxLoader3.datanode;dur=48.987458
x-app-server: wwwb-app219
x-ts: 302
x-tr: 275
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; 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: Sun, 24 Aug 2025 01:35:45 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 13 Feb 2010 13:56:03 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e5defecf4958819acae0475e79ae7822"
x-archive-orig-x-runtime: 129ms
x-archive-orig-content-length: 24197
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, 13 Feb 2010 13:56:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 13 Feb 2010 13:56:03 GMT", ; rel="memento"; datetime="Sat, 13 Feb 2010 13:56:03 GMT", ; rel="next memento"; datetime="Sun, 25 Jul 2010 04:36:21 GMT", ; rel="last memento"; datetime="Sun, 24 Jan 2021 15:37:39 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: TLA-20100213110428-00770-00779-ia360906-20100709033331-00000/TLA-20100213133110-00774-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.572743, exclusion.robots;dur=0.018852, exclusion.robots.policy;dur=0.007926, esindex;dur=0.011191, cdx.remote;dur=6.973123, LoadShardBlock;dur=441.056225, PetaboxLoader3.resolve;dur=238.517955, PetaboxLoader3.datanode;dur=114.164345, load_resource;dur=98.303935
x-app-server: wwwb-app219
x-ts: 200
x-tr: 609
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
subtleGradient's mootools-data-binding at master - GitHub
This service is courtesy of Pledgie.
subtleGradient / mootools-data-binding
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (3)
- controller
- master ✓
- testing
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Data Binding Plugins for MooTools 1.2.x — Read more
name | age | message | |
---|---|---|---|
![]() |
Demos/ | Tue Oct 21 13:10:07 -0700 2008 | NEW DEMO! [subtleGradient] |
![]() |
Docs/ | Tue Oct 21 09:14:19 -0700 2008 | Basic DOCS [subtleGradient] |
![]() |
LICENSE | Tue Oct 21 07:32:23 -0700 2008 | License [subtleGradient] |
![]() |
README.md | Tue Oct 21 09:36:24 -0700 2008 | README [subtleGradient] |
![]() |
Source/ | Thu Dec 03 08:55:24 -0800 2009 | support for ssjs. Don't assume that window is t... [subtleGradient] |
![]() |
Specs/ | Tue Oct 21 12:07:55 -0700 2008 | should NOT allow direct property access [subtleGradient] |
![]() |
scripts.json | Tue Oct 21 09:14:19 -0700 2008 | Basic DOCS [subtleGradient] |
README.md
HashClass
HashClass is a strict version of the Hash, implemented as a Class. So you can subclass it and Extend it. NOTE: Only supports accessing or setting data with methods. You can't use normal JS Object property access.
ObservableData
ObservableData is just a bunch of methods that you can implement on your own classes that provide a standard interface to Observable classes.
ObservableHash
ObservableHash, extends HashClass, implementing the ObservableData interface.
This allows you to addEvents to the ObservableHash instance to observe when events fire for set() and get()