http://www.iteye.com/topic/1120140
动态生成的需要绑定事件需要用live
eg:
$('selector').live('click',function(){
//TODO
})
:.hideFocus { outline: none; *zoom: expression(function(el){el.style.zoom=1;el.onfocus=function(){this.blur()}}(this))}