相关文章
ubbedit文件精简,删除所有用不到的文件,设置新的路径调用
移动editor_api.js文件从ex目录到ubbedit目录,设置 baseURL = '/ubbedit/_src/';设置Gruntfile.js文件 js...
分享与定时自动跳转
<!DOCTYPE html> <html> <head> <meta charset="utf-8">...
javascript获取cookie
//获取cookie function getcooki(name) { var name=name+"="; var mine=do...
ubbedit实现遍历绝对目录绑定cookie查询以前上传的图片
设置cookie ,$user_id=$_COOKIE["user_email"];设置path , $path = "/"...
jquery 生成的dom无法触发click事件的解决方案
原因是程序找不到此节点在jQuery中有“向未来的元素添加事件处理程序”方法说明,也正是动态创建元素无法触发事件的原因所在。正确的写法应该是:$(‘父元素’).on(‘click’,’动态的子元素’,...
Navigate down the menu through jquery development
The core knowledge is to use jquery's hover method to achieve, The animation effe...

