随笔分类 -  Jquery应用

摘要:最近用的工作用到了jsonp,记录一下jsonp简单的原理就是通过<script>标记引入一个定义好json数据的js,因为<script>标记是不受域名限制的例子<script type=text/javascript>function callback(jsondata){ alert(jsondata.UserName);}</script><script type=text/javascript>callback({"UserName":"test","Age":11 阅读全文
posted @ 2011-05-04 11:23 天天无用 阅读(1090) 评论(1) 推荐(2)
摘要:用JAXER做了一个简单的ajax留言板,只有一个html页面 阅读全文
posted @ 2008-01-26 22:10 天天无用 阅读(2641) 评论(2) 推荐(0)
摘要:JAXER号称世界上第一个真正的ajax服务器,服务器端和客户端都是使用javascript,而且可以相互调用,看一下它的简介 Jaxer is the world’s first true Ajax server. HTML, JavaScript, and CSS are native to Jaxer, as are XMLHttpRequests, JSON, DOM scripting, etc. And as a server it offers access to databases, files, and networking, as well as logging, process management, scalability, security, integration APIs, and extensibility. 阅读全文
posted @ 2008-01-25 00:47 天天无用 阅读(4595) 评论(4) 推荐(0)
摘要:使用jQuery加DIV实现可以动态添加的金字塔结构 阅读全文
posted @ 2007-11-14 14:59 天天无用 阅读(1351) 评论(0) 推荐(0)
摘要:继上一篇文章“asp.net treeview控件无刷新选择和删除节点的ajax方法”,详细说明如何添加节点 阅读全文
posted @ 2007-11-14 14:37 天天无用 阅读(2384) 评论(2) 推荐(0)
摘要:基于AJAX的asp.net treeview控件无刷新增删改节点,选择节点,收缩节点以及展开节点。 阅读全文
posted @ 2007-11-14 14:21 天天无用 阅读(1866) 评论(2) 推荐(0)
摘要:如何使用jQuery的Ajax功能来实现纯html数据模板形式访问数据并展现数据。 阅读全文
posted @ 2007-11-14 14:03 天天无用 阅读(4122) 评论(6) 推荐(0)
摘要:使用jquery的ajax方法,在客户端无刷新的选择和删除treeview控件的节点 阅读全文
posted @ 2007-11-14 13:48 天天无用 阅读(5370) 评论(0) 推荐(0)