JavaScript, huh?
So, my web site is still pretty basic. Then, I realized I wanted to be able to show/hide a block of text. Say, quotes, or spoilers, or whatever. You'd think it would be something one could do with just a simple HTML tag, but nooo... it has to change what's shown on the page, and that requires some kind of scripting. Argh. Guess that means I'm going to try to learn some JavaScript.
Being too cheap and lazy to buy a book, I spent the day searching the web for some help.
This site,W3Schools Online Web Tutorials , was pretty good.
And after I read enough of that to guess how JavaScript worked, I found what I was originally looking forhere . A nice simple way to toggle between showing and hiding a div, AND a helpful discussion afterwards about how to tweak it.
Whee.
Being too cheap and lazy to buy a book, I spent the day searching the web for some help.
This site,
And after I read enough of that to guess how JavaScript worked, I found what I was originally looking for
Whee.
Labels: coding

0 Comments:
Post a Comment
<< Home