10 2012 档案

Jquery Ajax中Json调用
摘要:GET:JS代码 $.ajax({ type: "GET", url: "/Category/Questions/1", dataType: "json", success: function (data) { if (!data.Error) { var result = $("#result3").html(); $(data).each(function (index, item) ... 阅读全文

posted @ 2012-10-30 16:05 魔GUI 阅读(272) 评论(0) 推荐(0)

服务器端不用安装Office就能生成word,execl的工具
摘要:网址:http://www.aspose.com至于详细的讲解,等我有时间测试下再更新上来。 阅读全文

posted @ 2012-10-24 13:46 魔GUI 阅读(258) 评论(0) 推荐(0)

stopPropagation()
摘要:定义和用法不再派发事件。终止事件在传播过程的捕获、目标处理或起泡阶段进一步传播。调用该方法后,该节点上处理该事件的处理程序将被调用,事件不再被分派到其他节点。实例<html> <head> <title>stopPropagation测试</title> <style type="text/css"> td{ width:50px;} </style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquer 阅读全文

posted @ 2012-10-17 10:04 魔GUI 阅读(276) 评论(0) 推荐(0)

导航