get unicode string using fromcharcode and charcodeat in javascript
Posted on
|
In
javascript
difference of \b and [\b] in javascript
Posted on
|
In
javascript
\bMatch a word boundary. That is, match the position between a \w character and a \W character or between a \w character and the beginning or end of a string. (Note, however, that [\b] matches backspace.)
load a track link when window.onunload
Posted on
|
In
javascript
When close this window or leave this page will get request below, this trick may be cause bad user experience, and Opera will ignore it:
simple javascript inheritance
Posted on
|
In
javascript
John Resig published a great article on his blog, which brought out a smiple javascript inheritance resolution: