Skip to content

Commit 358dca0

Browse files
committed
Edited README.md via GitHub
1 parent 8b5d2e3 commit 358dca0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Note: This plugin currently depends on jQuery version 1.4.3.<br/>
1717
# Introduction
1818
This is a fork of the official jQuery DataLink plugin. It has the following changes:
1919
* It is possible to apply convert and convertBack functions to more than one DOM element at a time.
20+
2021
```javascript
2122
var model = {};
2223
$("input").link(model, {__convert:function(val) { return val * 2;}});

0 commit comments

Comments
 (0)