jQuery

radixsoft 2009-12-08 10:58:45
急寻引用jQuery框架的简单代码详细示例
...全文
100 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
lookhang 2009-12-08
  • 打赏
  • 举报
回复
这个是中文手册,很详细:http://download.csdn.net/source/1560840
bayougeng 2009-12-08
  • 打赏
  • 举报
回复
有中文手册,下一本。里面有很多例子。不到1M。
lookhang 2009-12-08
  • 打赏
  • 举报
回复
给个例子你:http://download.csdn.net/source/1560830

jquery+flexigrid+json的java例子
robyjeffding 2009-12-08
  • 打赏
  • 举报
回复
学习jquery,自己看看文档,查查资料就可以了,用不着看别人是怎么做的?有的时候你只需要融会贯通!
qustgjk 2009-12-08
  • 打赏
  • 举报
回复
介绍给你本书吧,挺好的《jquery 基础教程》李松峰,李伟等译 人民邮电出版社
具体的下载地址我也忘了,你搜一下吧
钱不是问题 2009-12-08
  • 打赏
  • 举报
回复
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Draggable - Default functionality</title>
<link type="text/css" href="theme/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="jquery-1.3.2.js"></script>
<script type="text/javascript" src="ui/ui.core.js"></script>
<script type="text/javascript" src="ui/ui.draggable.js"></script>
<style type="text/css">
#draggable { width: 150px; height: 150px; padding: 0.5em; }
</style>
<script type="text/javascript">
$(function() {
$("#draggable").draggable();
});
</script>
</head>
<body>

<div class="demo">

<div id="draggable" class="ui-widget-content">
<p>Drag me around</p>
</div>

</div><!-- End demo -->

<div class="demo-description">

<p>
Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.
</p>

</div><!-- End demo-description -->

</body>
</html>
luocb1980 2009-12-08
  • 打赏
  • 举报
回复
http://www.jb51.net/article/20735.htm
chongan_wang 2009-12-08
  • 打赏
  • 举报
回复
去看官方文档和例子
huzhihui429 2009-12-08
  • 打赏
  • 举报
回复

每天回帖即可获得10分可用分!
bingliang008 2009-12-08
  • 打赏
  • 举报
回复
[Quote=引用 7 楼 sixme 的回复:]
这个是中文手册,很详细:http://download.csdn.net/source/1560840
[/Quote]还可以
longtenggdf 2009-12-08
  • 打赏
  • 举报
回复
搞明白jquery 跟dom的关系。然后熟悉它的选择器。最好是看本书。选择器是在是比较多,需要经常翻文档。

81,092

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧