
ajax+JQuery
文章平均质量分 67
iteye_18210
这个作者很懒,什么都没留下…
展开
-
[jQuery]FullCalendar 备忘
1.与google日历连接,别忘记加入<script type='text/javascript' src='js/gcal.js'/> events: $.fullCalendar.gcalFeed ("http://www.google.com/calendar/feeds/xuqi86@gmail.com/private-660ae86cc26345cff3430480e8ee...2010-04-15 10:30:33 · 347 阅读 · 0 评论 -
jPlayer使用指南
1. jPlayer基础 1\ FLASH安全规则a. jPlay插件的SWF文件必须要在你的域内,子域与主域被视为不同域.也不要从happyworm.com网站(就是提供这个插件的网站)来链接这些SWF文件.你需要把这些文件上传到你的域下的js目录中,如果需要的话,也可以通过创建选项swfPath来更改路径.下面作者开始吐槽: 从技术上讲,你是可以从他的happyworm.com网站上链接一些...原创 2010-07-04 23:07:09 · 646 阅读 · 0 评论 -
基于jQuery和flash使用js接口的网页mp3音乐播放器 -- JPlayer 用法详解
方法播放$("#jpId").jPlayer("play");暂停$("#jpId").jPlayer("pause");停止$("#jpId").jPlayer("stop");设定进度1.按歌曲时长百分比$("#jpId").jPlayer("playHead", 0); // 从 0% 处开始播放$("#jpId&qu原创 2010-07-04 23:10:08 · 257 阅读 · 0 评论 -
jquery ajax 例子
$.ajax( { type : "POST", url : "validateServlet", data : "name=" + username, success : function(msg) { $('#showInfo').html(msg); } });原创 2011-01-26 10:35:50 · 106 阅读 · 0 评论