摘要: JQUERY 遍历数组function loginSinglePoint(cookiestr) { var urls = ["http://www.xxxx.com.cn/ajax/UserAjax.ashx?ajaxMethod=loginsinglepoint&userco=", "http://www.xxx.com/ajax/UserAjax.ashx?ajaxMethod=loginsinglepoint&userco="]; $.each(urls, function (i, n) { $.ajax({ type: " 阅读全文
posted @ 2013-01-06 13:05 dapeng888 阅读(123) 评论(0) 推荐(0)
摘要: 后台代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.SessionState;using LaChapelle.Common;using LaChapelle.Components;using LaChapelle.LINQ.GOODS;using System.Text;using LaChapelle.LINQ.USER;namespace LaChapelle.CandiesWeb.ajax{/// <summary>/// 阅读全文
posted @ 2013-01-06 11:00 dapeng888 阅读(601) 评论(0) 推荐(0)
摘要: 很久就听说FreeTextBox不错,就下载了来用了下,发现网上介绍的文档少的可怜。在参考了前人的文档以后写点详细的文档出来,废话少说,到http://www.freetextbox.com/网站上,都是英文,没事,不用管它,点Download,里面有个Download Control (3.1.6)(zip)点击就可以了,下完以后是个压缩文件,解压开来,有这几个主要文件:aspnet_client FreeTextBox的外观文件,直接拷贝到你的工程的目录下就可以了。Docs 文档嘛,就是说明文档,只有一个帮助文件examples 这是人家官方调试好的例子Framework-2.0 适合.n 阅读全文
posted @ 2013-01-06 11:00 dapeng888 阅读(148) 评论(0) 推荐(0)
摘要: Jquery ajax jsonp跨域访问 返回格式及其获取方式 阅读全文
posted @ 2013-01-06 10:49 dapeng888 阅读(530) 评论(0) 推荐(0)