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

Commit aa56b5b

Browse files
author
InfinitiesLoop
committed
readme: Make custom jquery build warning red
1 parent c53c317 commit aa56b5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
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 style="color:red">
6+
<!-- forgive the font tag, this is important and github strips inline css :) -->
7+
<p><font color="red">
78
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'.
8-
</p>
9+
</font></p>
910

1011
<h2>jQuery(..).link() API</h2>
1112

0 commit comments

Comments
 (0)