We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5d2e3 commit 358dca0Copy full SHA for 358dca0
1 file changed
README.md
@@ -17,6 +17,7 @@ Note: This plugin currently depends on jQuery version 1.4.3.<br/>
17
# Introduction
18
This is a fork of the official jQuery DataLink plugin. It has the following changes:
19
* It is possible to apply convert and convertBack functions to more than one DOM element at a time.
20
+
21
```javascript
22
var model = {};
23
$("input").link(model, {__convert:function(val) { return val * 2;}});
0 commit comments