01 2015 档案

摘要:function insertAtCursor(myField, myValue) { if (document.selection) { //IE myField.focus(); var sel = document.selection.createRange()... 阅读全文
posted @ 2015-01-22 11:21 winenr123 阅读(482) 评论(0) 推荐(0)
摘要:angular animate 有3种:1,css transition. 2,css keyframe. 3,javascript 用jquery的animate方法;1,2 两种是纯粹css的,3是JS方法,可以使用外部库,比如Jquery。假如要在IE8下使用的话,估计只能使用JS的方法;ag... 阅读全文
posted @ 2015-01-15 15:00 winenr123 阅读(458) 评论(0) 推荐(0)