码迷,mamicode.com
首页 > 其他好文 > 详细

零散技术整理

时间:2014-12-14 01:58:31      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:style   io   on   cti   tt   br   技术   select   function   

   1      //渲染 下拉框被选中.
                     $("#processtyle option").each(function(){ 
                        if($(this).val() == procesStyle){ 
                        $(this).attr("selected",true) 
                        //$(this).attr("selected","selected")两者都可以选中 
                        } 
                     });

零散技术整理

标签:style   io   on   cti   tt   br   技术   select   function   

原文地址:http://www.cnblogs.com/yongwuqing/p/4162155.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!