开发者

Is there a small css 1 javascript function/library to retrieve elements?

Also do yo开发者_如何学运维u know of some useful javascript tutorials?

Also is there a tutorial that explains the jquery library line by line?


Lots of information available at jquery.com, including How Jquery Works, a list of Tutorials, and the API documentation. For general javascript stuff, I find that w3schools.com has a lot of information on learning javascript, along with the ability to try things out yourself. JSFiddle can be useful for trying out code, including frameworks, as well once you have a better handle on what you're doing.


For the first question:
Look at document.getElementById, document.getElementsByTagName, and document.getElementsByName

Google is your friend, here...

I recommend you actually learn JavaScript, the magical language that is magical, before you start wandering into the realms of jQuery, as in my opinion, you should learn the basics before you have things become simplified for you.

I should note that I do not hate jQuery users, but I believe that learning simple/traditional DOM manipulation is important. Frameworks can come later.


Make a good understanding of Javascript to understand jQuery and other magic libraries.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜