05 2012 档案
摘要:推荐火狐快捷搜索插件:
InstantFox Quick Search 2.7.1 https://addons.mozilla.org/en-US/firefox/addon/instantfox
阅读全文
摘要:插入如下函数解决兼容问题:
function mootool_jQuery_compatible(){
if(typeof(window.addEvent) == 'undefined') {
window.addEvent = function(a,b){
return jQuery(document).ready(b);
}
}
}
mootool_jQuery_compatible();
阅读全文
摘要:PHP+jQuery 实现二级联动菜单 演示地址
阅读全文