时间:2010-3-3 21:30:00  来源:15daysofjquery.com  阅读:56
Rule number one when it comes to preventing spam: Don’t put a your email address in a mailto: link.
时间:2010-3-3 21:15:00  来源:15daysofjquery.com  阅读:60
Today’s tutorial is a quickie. I want to tackle something easy early on in the “15 Days” so that someone new to javascript can sink their teeth into a real world example without getti…
时间:2010-3-3 21:06:00  来源:15daysofjquery.com  阅读:75
I’ve prepared a step by step demonstration to take someone else’s well written javascript and reduce it down to 5 lines or less. At the same time you’ll see how I make it a little mor…
时间:2010-3-3 20:51:00  来源:15daysofjquery.com  阅读:51
Window.onload() is a workhorse of traditional javascript code. It’s been used by coders for years to kick start the client side magic as soon as everything on the page loads up.