1.0.9 • Published 5 years ago

wwp-js-url-helper v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

install

npm install wwp-js-url-helper --save

inport

import jsurl from 'wwp-js-url-helper'

functions

var url = 'http://localhost:8080/?id=1#/test?name=11'

jsurl.getSearch('id',[url]);         // 1
jsurl.updateSearch('id','2',[url]);  // http://localhost:8080/?id=2#/test?name=11
jsurl.removeSearch('id',[url]);      // http://localhost:8080/#/test?name=11

jsurl.getHash('name',[url]);         // 11
jsurl.updateHash('name','22',[url]); // http://localhost:8080/?id=1#/test?name=22
jsurl.removeSearch('name',[url]);    // http://localhost:8080/?id=1#/test
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago