摘要:function gggg(){ // gf.style.background-color = "red"; } function change(){var x = window.event.srcElement var y = x.parentNodey.style.backgroundColor = "red"}function change2(){var x = w...
阅读全文
摘要:http://www.codeproject.com/jscript/http://www.codeproject.com/aspnet/ProMatrixUnplugged3.aspConcepts of OO JavaScript with ASP.NETMany people don't know that JavaScript can be used in an object orient...
阅读全文
摘要:One of the more interesting aspects about JavaScript is the idea that functions are objects and can be passed around like an input box, image or anything else you may have. Take a look at this code, f...
阅读全文
摘要:http://www.htmlgoodies.com/primers/jsp/var apples = 5; function eatApples(){ alert('There are currently ' + apples + ' apples!'); var eat = prompt('How many apples would you like to eat?', '1')...
阅读全文