You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,9 @@ You can see few live examples where it is shown how loadJSON plugin can be used:
64
64
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.
65
65
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.
66
66
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
0 commit comments