2015年8月19日

Repeater 里面寻找Repeater

摘要: protected void Repeaterproduct_ItemDataBound(object sender, RepeaterItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item ||... 阅读全文

posted @ 2015-08-19 14:46 皮佳豪 阅读(146) 评论(0) 推荐(0) 编辑

textarea控件表情按光标插入

摘要: 1 var start = 0; 2 var end = 0; 3 //表情定位光标1 4 function MoveCursortoPos(id, pos) {//定位光标到某个位置 5 var obj = document.getElementById(id); 6 po... 阅读全文

posted @ 2015-08-19 14:25 皮佳豪 阅读(765) 评论(0) 推荐(0) 编辑

js正表达式替换文本

摘要: function ReplaceFace(chatbody){ if(Josn_face.length>0) { for (var i = 0; i " chatbody = chatbody.replace(faceName, replaceHt... 阅读全文

posted @ 2015-08-19 14:20 皮佳豪 阅读(243) 评论(0) 推荐(0) 编辑

导航