Profile
Achievement
DenoteIt's Recent Snippets
- All /
« Prev 1 Next »
Pass variables into javascript files using query strings, and return them using getJSvars()
Example
//HTML
<script>
//return the value of "foo"
getJSvars('filename.js', 'foo');
0
865
posted 13 years ago by DenoteIt
HTML conditional comments used to target specific versions of Internet Explorer (is ignored by all other browsers).
0
890
posted 13 years ago by DenoteIt