摘要: 有的朋友在使用Easyui Dialog的时候不知道怎么去设置初始位置 这里给出Demo 我是拿Easyui解压包的Demo来修改的 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Basic Dialog - jQuery EasyUI Demo</title> 6 <link rel="stylesheet" type="text/css" href=" 阅读全文
posted @ 2013-04-11 09:21 SoraAoi丶 阅读(8188) 评论(0) 推荐(0)
摘要: Json跨域获取数据。很多人在用jQuery的getJSON(“xxx”)发现获取不到数据,纠结了很久才发现是跨域问题 今天来分享一下我是怎么解决Json数据跨域问题的 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 & 阅读全文
posted @ 2013-04-11 08:44 SoraAoi丶 阅读(1011) 评论(1) 推荐(0)