File tree Expand file tree Collapse file tree 3 files changed +39
-2
lines changed Expand file tree Collapse file tree 3 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 11h3. Changelog
22
3+ h4. 1.7.3
4+
5+ * Add support for "jQuery plugin repository":http://plugins.jquery.com/
6+
37h4. 1.7.2
48
59* Submit on change if input type select and no submit button defined ("gregpyp":http://github.com/gregpyp)
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " jeditable" ,
3+ "version" : " 1.7.3" ,
4+ "title" : " Jeditable" ,
5+ "author" : {
6+ "name" : " Mika Tuupola" ,
7+ 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+ }
Original file line number Diff line number Diff line change 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
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 *
You can’t perform that action at this time.
0 commit comments