Skip to content

Commit ff19bf3

Browse files
author
Kevin Morris
committed
Adds CONTRIBUTORS file
1 parent d59499d commit ff19bf3

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

CONTRIBUTORS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#Contributors
2+
3+
###Copyright 2015 Kevin Morris
4+
Fork [jQuery loadJSON](https://github.com/kevindb/jquery-load-json/) by Kevin Morris
5+
Project Home: [github.com/kevindb/jquery-load-json](https://github.com/kevindb/jquery-load-json/)
6+
Exported project from Google Code to Github and implemented fixes and enhancements.
7+
8+
###Copyright 2011 Jovan Popovic
9+
Derivation [jQuery loadJSON](https://code.google.com/p/jquery-load-json/) by Jovan Popovic
10+
Project Home: [code.google.com/p/jquery-load-json](https://code.google.com/p/jquery-load-json/)
11+
Implementation of the jQuery templating engine that loads JSON objects into the HTML code.
12+
It is based on Alexandre Caprais's notemplate plugin with several enhancements that are added to this plugin.
13+
14+
###Copyright 2008 Alexandre Caprais
15+
Original work on [notemplate plugin](https://code.google.com/p/notemplate/) by Alexandre Caprais.
16+
Project Home: [code.google.com/p/notemplate](https://code.google.com/p/notemplate/)
17+
Plugin for jQuery. Populate HTML with a JSON data source.

LICENSE.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,3 @@ necessary. Here is a sample; alter the names:
502502
Ty Coon, President of Vice
503503

504504
That's all there is to it!
505-
506-
507-
# jquery.loadJSON.js
508-
Copyright 2011, Jovan Popovic
509-
Based on notemplate plugin by Alexandre Caprais

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ You can see few live examples where it is shown how loadJSON plugin can be used:
6464
1. [Populating connected drop-downs using the Ajax calls](examples/categories-ajax.html) - in this example is shown how you can load subcategories drop-downs when parent category drop-down is changed. Drop-down values are taken from the server-side via Ajax calls.
6565
1. [Populating connected dropdowns using LINQ](examples/linq.html) - in this example is shown how you can load subcategories dropdown when parent category dropdown is changed. Values are stored as a local JavaScript arrays and filtered using the LINQ library.
6666

67-
## Origin
68-
69-
Exported from [code.google.com/p/jquery-load-json](https://code.google.com/p/jquery-load-json/) by Jovan Popovic
70-
Based on [notemplate plugin](https://code.google.com/p/notemplate/) by Alexandre Caprais
67+
##Contributors
68+
This project has had several previous homes.
69+
See [CONTRIBUTORS](CONTRIBUTORS.md) for details.
7170

7271
##License
7372

0 commit comments

Comments
 (0)