diff --git a/README.md b/README.md index 344b93f..369cf60 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,16 @@ manage communication between browser tabs $bt.send({ name : $bt.CMD_CUSTOM, customKey : 'customValue' }); +### Bonus + + // alias localStorage : clear|rem|get|set + $l; + // alias json : str|obj + $j + // minimal vanilla jquery style : ready|on|html|append|attr|val|foreach + $v + + ### Demo on chromium/chrome browser make sure to test on a web server (not directly file://) diff --git a/demo.html b/demo.html index 1225686..35d95f8 100644 --- a/demo.html +++ b/demo.html @@ -1,7 +1,7 @@ - pluie.org bt demo + pluie.org bt demo - v0.4

pluie.org bt demo :

-author : a-sansara +author : a-sansara - version : 0.4

this js lib can perform several actions on browser tabs. @@ -41,7 +41,7 @@ enter txt or html :

Target output

- +