Skip to content

Commit 2e6cceb

Browse files
committed
Add support for jQuery plugin repository.
1 parent 70dadc6 commit 2e6cceb

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

README.textile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
h3. Changelog
22

3+
h4. 1.7.3
4+
5+
* Add support for "jQuery plugin repository":http://plugins.jquery.com/
6+
37
h4. 1.7.2
48

59
* Submit on change if input type select and no submit button defined ("gregpyp":http://github.com/gregpyp)

jeditable.jquery.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "jeditable",
3+
"version": "1.7.3",
4+
"title": "Jeditable",
5+
"author": {
6+
"name": "Mika Tuupola",
7+
"email": "[email protected]",
8+
"url": "http://www.appelsiini.net/"
9+
},
10+
"licenses": [
11+
{
12+
"type": "MIT",
13+
"url": "http://www.opensource.org/licenses/mit-license.php"
14+
}
15+
],
16+
"dependencies": {
17+
"jquery": ">=1.3"
18+
},
19+
"description": "Edit in place (inline edit) plugin with possibility to create your own input types.",
20+
"keywords": [
21+
"inline",
22+
"edit",
23+
"ui",
24+
"form"
25+
],
26+
"homepage": "http://www.appelsiini.net/projects/jeditable",
27+
"bugs": "https://github.com/tuupola/jquery_jeditable/issues",
28+
"docs": "http://www.appelsiini.net/projects/jeditable",
29+
"demo": "http://www.appelsiini.net/projects/jeditable/default.html",
30+
"files": [
31+
"jquery.jeditable.js"
32+
]
33+
}

jquery.jeditable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Jeditable - jQuery in place edit plugin
33
*
4-
* Copyright (c) 2006-2009 Mika Tuupola, Dylan Verheul
4+
* Copyright (c) 2006-2013 Mika Tuupola, Dylan Verheul
55
*
66
* Licensed under the MIT license:
77
* http://www.opensource.org/licenses/mit-license.php
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* Version 1.7.2-dev
18+
* Version 1.7.3
1919
*
2020
* ** means there is basic unit tests for this parameter.
2121
*

0 commit comments

Comments
 (0)