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 @@ -15,7 +15,7 @@ Such as,
1515 Add | URI.addNew(key, val) | To add new param to URL. |
1616 Bulk Add | URI.add([ {key1 : val1},{key2: val2}] )| To add multiple params to URL.|
1717 Append | URI.append(key, val) | To add new item to the existing value. |
18- Update | URI.add([ {key: val}] ) | To update param by simple add same param. |
18+ Update Value | URI.add([ {key: val}] ) | To update param by simple add same param. |
1919 Delete | URI.remove(key) | To remove param from URL. |
2020 Bulk Delete | URI.remove([ key1, key2] ) | To remove multiple param from URL. |
2121 Delete All | URI.removeAll() | To remove all param in the URL. |
@@ -30,14 +30,14 @@ Include the URI library to project by using,
3030
3131``` html
3232
33- <script src =" uri_helper.js" ></script >
33+ <script src =" uri_helper.min. js" ></script >
3434```
3535
3636For ** ES6** :
3737
3838``` html
3939
40- <script src =" uri_helper_es6.js" ></script >
40+ <script src =" uri_helper_es6.min. js" ></script >
4141 <script >
4242 let URI = new _URI ();
4343 </script >
You can’t perform that action at this time.
0 commit comments