随笔分类 -  jQuery

摘要:遇到了几次这个问题:The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse.Please ensure that adb is correctly located  阅读全文
posted @ 2016-08-20 12:32 夜未央leo 阅读(4718) 评论(0) 推荐(0)
摘要:最近在学习jQuery Mobile,在配置环境的过程中,遇到了一些问题,看百度这方面的资料挺少的,就自己总结一下了 1,在安装Cordova CLI过程中,提示出错,基本上是网速的问题,多安装几遍就好了,我安装了三次才安装好 Cordova CLI 安装命令:npm install -g cord 阅读全文
posted @ 2016-08-15 18:42 夜未央leo 阅读(1679) 评论(0) 推荐(0)
摘要:一、什么是deferred对象? 开发网站的过程中,我们经常遇到某些耗时很长的javascript操作。其中,既有异步的操作(比如ajax读取服务器数据),也有同步的操作(比如遍历一个大型数组),它们都不是立即能得到结果的。 通常的做法是,为它们指定回调函数(callback)。即事先规定,一旦它们 阅读全文
posted @ 2016-07-20 20:57 夜未央leo 阅读(2121) 评论(0) 推荐(0)
摘要:1,纵向菜单的收起与展开 HTML代码: 阅读全文
posted @ 2016-05-29 19:01 夜未央leo 阅读(666) 评论(0) 推荐(0)
摘要:1,纵向 HTML: <body> <ul id="menu"> <li> <a href="#">水果</a> <ul style="width:100px; background-color:gray"> <li><a href="#">苹果</a></li> <li><a href="#">梨 阅读全文
posted @ 2016-05-25 22:06 夜未央leo 阅读(232) 评论(0) 推荐(0)
摘要:原文:http://www.cnblogs.com/zengzhaoguang/archive/2016/05/24/5524036.html 1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function 阅读全文
posted @ 2016-05-24 19:41 夜未央leo 阅读(138) 评论(0) 推荐(0)
摘要:1,单个效果图: 代码: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content="" 阅读全文
posted @ 2016-05-20 12:50 夜未央leo 阅读(163) 评论(0) 推荐(0)