Skip to content

Releases: baralmanish/PushDataToUrl

Update from jQuery to Javascript

30 Apr 05:12
Compare
Choose a tag to compare

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

17 Apr 11:28
Compare
Choose a tag to compare
1.0.2

Updated packages

Beautify the function call

17 Apr 11:17
Compare
Choose a tag to compare

changed from $('body').pushToUrl() to pushToUrl()