0.1.4 • Published 9 years ago

link.js v0.1.4

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

link.js

Build Status NPM Version Bower Coverage Status License

about

link.js aims to quick share settings over pages via URL GET parms.

	var lnk = new window.LNK({settingsGetParmName: "aaa"});
	var setup = lnk.fetchSettings();
	var newSetup = {
		"hello" : "world"
	};

	console.log(setup || "no setup given.");
	document.getElementById("test").href = lnk.href(newSetup);

install

npm install link.js
bower install link.js

0.1.4

9 years ago

0.1.3

9 years ago