Releases: baralmanish/PushDataToUrl
Releases · baralmanish/PushDataToUrl
Update from jQuery to Javascript
Implementation
Initialize
var pushToUrl = new pushToUrl();
Add
pushToUrl.add({key: 'name', value: 'John'});
Get Value of Selected Key
pushToUrl.get('name');
Remove Selected Key
pushToUrl.remove('name');
Remove All
pushToUrl.removeAll();
Update Readme and Package Version
1.0.2 Updated packages
Beautify the function call
changed from $('body').pushToUrl()
to pushToUrl()