摘要:
jquery:$('input[type="radio"]').click(function(e){if($(this).val()==1){if(!valid_form()){e.preventDefault();//取消事件//e.stopPropagation();//停止事件冒泡}}});prototype:$('button_id').observe('click',function(e){Event.stop();}); 阅读全文
摘要:
具体的实例,假设我们有一个网站www.example.com, 需要增加varnish,来提升性能。http header头信息中的 Cache-Control: s-maxage 参数可以设置页面在varnish中缓存的时间 nginx配置:server{listen80server_nameww... 阅读全文