永夜 Blog

选择某一行后,可以连续地向上、向下插入,也可以说是移动了的! 0

If the insertBefore in jQuery is executed in the iframe under IE9 and IE10, the solution that can only execute once!

Post Views: 6 The implementation code is as follows: // uncheck the sorted line $(#checkout).live(Click, function(e){ if(!$(e.target).parent().hasClass(goods_row) ){ $(#checkout tr).removeClass(select-tr); } }); // sort, select the object to be moved $(#checkout .goods_row).live(Click, function(e){ if(!$(e.target).hasClass(goods_row)...

添加了时分秒之间的实现效果! 0

Add the concrete implementation of hours, minutes and seconds in Yii’s CjuidatePicker!

Post Views: 13 The most initial code: $this->widget(zii.widgets.jui.cjuidatepicker, array( name=>mendtime, value=>date(Y-M-D, time()), Language=>yii::app()->getLanguage(), options=>array( showanim=>slidedown, changeyear=>true, changemonth=>true, showweek=>true, autosize=>true, dateformat=>YY-MM-DD, maxdate=>0, Mindate=>-10d, , HtmlOptions=>array( readonly=>readonly, class=>txt, Style=>width:200px ) )); Post-realization: Implementation process: 1. Extension...