Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit 63330fa

Browse files
author
InfinitiesLoop
committed
Updated jQuery build, readme, and header.
1 parent e3e3be4 commit 63330fa

File tree

4 files changed

+909
-423
lines changed

4 files changed

+909
-423
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33
This proposal describes how support for "data linking" can be added to the jQuery core library. The term "data linking" is used here to mean "automatically linking the field of an object to another field of another object." That is to say, the two objects are "linked" to each other, where changing the value of one object (the 'source') automatically updates the value in the other object (the 'target').
44
</p>
55

6-
<p>
7-
Note: This plugin currently depends this version of jQuery: <br/>
8-
<a href="http://github.com/nje/jquery/tree/DataPlainObject">http://github.com/nje/jquery/tree/DataPlainObject</a>
9-
<br/>
10-
A built copy is included in this tree for convenience as 'jquery.js'. That version is a fork from the main development tree for jQuery (and so is a later version than the current release, 1.4.2), plus contains a customization for how data() works on plain objects, as described in this ticket:<br/>
11-
<a href="http://dev.jquery.com/ticket/6807">http://dev.jquery.com/ticket/6807</a><br/>
12-
This change makes it so the data() API sets fields directly on objects when used on plain objects.
6+
<p style="color:red">
7+
Note: This plugin currently depends on jQuery version 1.4.3 which is not released yet. You can use a recent build from the jQuery repository, included in this repository for convinence as 'jquery.js' and 'jquery.min.js'.
138
</p>
149

1510
<h2>jQuery(..).link() API</h2>

jQuery.datalink.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* jQuery datalink plugin
3-
* http://github.com/nje/jquery-datalink
2+
* jQuery Data Link plugin
3+
* http://github.com/jquery/jquery-datalink
44
*/
55
(function($){
66

0 commit comments

Comments
 (0)