select标签设置为disableoption标签设置为selected<selectid="type"name="type"disabled="true"><optionvalue=‘cmd_type_install_app‘>安装类</option><optionvalue=‘cmd_type_notification‘selected>提醒类</option></select>
分类:
Web程序 时间:
2014-11-29 07:14:34
阅读次数:
331
Android Selector全解我们默认大家都知道selector是什么那么
android:state_window_focused="true"
android:state_enabled="true"
android:state_checkable="true"
android:state_checked="true"
android:state_selected="t...
分类:
移动开发 时间:
2014-11-27 14:39:58
阅读次数:
317
前言
前台JSP页面需要实现下拉菜单的级联效果,实现方式如题,采用Ajax+Json,分享下实现过程。
正题
先看下效果图:
前台
注册地址
onchange="getzhuceid()">
selected="selected"
value="${dizh...
分类:
编程语言 时间:
2014-11-26 11:29:30
阅读次数:
162
当前页面直接跳转:JavaScript代码<selectname="qq"onchange="javascript:location.href=this.value;"><optionvalue="http://www.bhcode.net"selected="selected">BHCODE</option><optionvalue="http://sucai.bhcode.net">素材网</option><opt..
分类:
其他好文 时间:
2014-11-25 18:57:47
阅读次数:
219
1、Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'armv7'XCode5 编译出错的问题:解决方法:Change your compiler for C/C++/ObjectiveC ...
分类:
其他好文 时间:
2014-11-24 11:22:57
阅读次数:
196
存在样式:.selected{ background:Blue}如果我们存在以下代码:$(function(){$("tr:odd").css("background","Red"); $("tr:odd").click(function(){ if(...){ $(this).addCl...
分类:
其他好文 时间:
2014-11-21 12:29:21
阅读次数:
429
Up to Nov 21,2014, the latest version of DB Query Analyzer is 6.02. In 6.02, if you selected the option 'SQL Schedule Reconnect' in window configurations, the Schedule SQL scripts will be executed as long as the Database Server is in use, even though the D...
分类:
数据库 时间:
2014-11-21 09:10:49
阅读次数:
372
document.getElementById("louyuming").options[0].selected=true;function jsSelectIsExitItem(objSelect, objItemValue) { var isExit = false; for (var i = ...
分类:
Web程序 时间:
2014-11-19 13:59:01
阅读次数:
204
关于Android ListView组件中android:drawSelectorOnTop含义 When set to true, the selector will be drawn over the selected item. Otherwise the selector is drawn....
分类:
移动开发 时间:
2014-11-17 21:01:11
阅读次数:
243
封装jQuery对象方法的插件表格隔行变色插件CSS部分:.even{ background:#CCC;}.odd{ background:#666;}.selected{ background:#F90;}DOM结构:选择姓名性别小明男小花女小红女小华男插件部分:;(functi...
分类:
Web程序 时间:
2014-11-15 15:28:47
阅读次数:
263