最近在写jQuery的时候出了这样一个问题?
.clicked{
width: 100px;
height: 40px;
border-radius: 3px;
background-color: #cba;
}
yes
$(document).ready(function(){ $('a').click(function(){...
分类:
Web程序 时间:
2014-06-11 00:49:10
阅读次数:
225
singleordefault(where) 条件不支持动态
所以想要达到目标,就需要转换思路,把where在前面调用,然后再接,代码如下
public TResult GetSingle(Expression> exWhere, Expression> selector) where T : class
{
using (SysDb d...
分类:
其他好文 时间:
2014-06-11 00:32:01
阅读次数:
461
定义及应用
定义
stuff = {'name': 'Zed', 'age': 36, 'height': 6*12+2}#key:value pairs
实例
# create a mapping of state to abbreviation
states = {
'Oregon': 'OR',
'Florida': 'FL',
'California':...
分类:
编程语言 时间:
2014-06-10 15:46:14
阅读次数:
266
作为前端开发人员,在日常的页面制作时,不可避免的会碰上这样那样的问题,我挑选了其中的一些进行总结归档,希望对大家会有所帮助:1、如何定义高度很小的容器?
在IE6下无法定义小高度的容器,是因为有一个默认的行高。列举2种解决方案:overflow:hidden | line-height:02、图片下...
分类:
Web程序 时间:
2014-06-10 08:39:03
阅读次数:
314
Given a binary tree, determine if it is
height-balanced.For this problem, a height-balanced binary tree is defined as a
binary tree in which the depth...
分类:
其他好文 时间:
2014-06-10 00:54:41
阅读次数:
313
动态主机设置协议(Dynamic Host Configuration Protocol,
DHCP)是一个局域网的网络协议,使用UDP协议工作,主要有两个用途:给内部网络或网络服务供应商自动分配IP地址给用户给内部网络管理员作为对所有计算机作中央管理的手段DHCP使用了租约的概念,或称为计算机IP...
分类:
Web程序 时间:
2014-06-09 21:17:48
阅读次数:
344
name = $name; $obj_person->age = $age;
$obj_person->height = $height; return $obj_person; }} $obj_person = new
Person();$class_data = $obj_person->...
分类:
Web程序 时间:
2014-06-09 19:41:52
阅读次数:
339
网上已经有很多类似的记录了,这里写这个是给自己在项目中碰到的问题做个简单的记录,以后将持续更新1.IE67 border-bottom失效
一个a标签,想要使用移上去后会在下面显示一个横条,我用border-bottom做了一个效果,IE6
7必须加了line-height后才能显示,应该是因为没....
分类:
其他好文 时间:
2014-06-09 16:00:46
阅读次数:
209
var allchooseEmpID = "";var allchooseEmpName =
"";//自选经办人 function getJbrWinForMy() { top.MainFrameJS.openWindow({ width: 800,
height: 600, modal: tr....
分类:
Web程序 时间:
2014-06-09 14:36:12
阅读次数:
327
原文:div中显示某个网页 1.方法
2.ajax方法ajax+流实现无框架限制块刷新:主框架index页面:js:$(function(){$("#dialog").dialog({
width:500, height:550});$("#dialog").openDialog();$("#dia...
分类:
Web程序 时间:
2014-06-08 20:35:47
阅读次数:
329