File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $.fn.filterJSON({ json object }, {
18
18
avoidDuplicates: true
19
19
});
20
20
````
21
- # Plugin Properties Explained
21
+ ### Plugin Properties Explained
22
22
Before digging into each property of the plugin lets describe our sample JSON.
23
23
```` javascript
24
24
{
@@ -62,13 +62,13 @@ This options takes precedence over checkContains if it is set to true.
62
62
63
63
* avoidDuplicates (optional, default is false): If set to true will avoid duplicate objects.
64
64
65
- # Known Issues
65
+ ### Known Issues
66
66
67
67
For this plugin to work in IE7 and below, you will have to include JSON2.
68
68
69
69
You can use: http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js
70
70
71
- # Licence
71
+ ### Licence
72
72
73
73
Copyright (c) 2012 Kapil Kashyap.
74
74
Dual licensed under MIT License and GPL License.
You can’t perform that action at this time.
0 commit comments