您的位置:首页 > Web前端 > JQuery

jQuery, new wave JavaScript

2006-07-27 10:21 645 查看

What is jQuery?

jQuery is a Javascript library that takes this motto to heart: Writing Javascript code should be fun. jQuery acheives this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and understandable.

What does jQuery code look like? The quick and dirty:

$("p.surprise").addClass("ohmy").show("slow");

more information on http://jquery.com/ 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  javascript jquery library