资源搜
资源搜
👀 联系夏柔
🔥 投稿源码
资源搜

资源搜

  • 全部
  • 123盘
  • 阿里盘
  • 百度云
  • 迅雷
  • 夸克
  • 115
  • 蓝奏云
  • 其他
已收录34127条资源,仅供学习交流,请在24h内删除资源!

jQuery袖珍参考手册 英文pdf_前端开发教程

资源名称:jQuery袖珍参考手册 英文pdf jQuery is the "write less, do more" Javascript library. Its powerful features and ease of use have made it the most popular client-side Javascript framework for the Web. This book is jQuery's trusty companion: the definitive "read less, learn more" guide to the library. jQuery Pocket Reference explains everything you need to know about jQuery, completely and comprehensively. 资源截图:
陌佑
百度云
百度云

网页特效集锦实例集 chm_前端开发教程

资源名称:网页特效集锦实例集 chm 网页特效集锦实例集 chm格式,类似于本站的网页特效栏目,包括文字、菜单、窗口、鼠标、日期时间、状态栏、检测、警告及提示等。每一个都有分为源代码和演示,这些小效果现在还有不少网站在使用,也是学习的好范例。网页特效集锦实例集 chm格式,类似于本站的网页特效栏目,包括文字、菜单、窗口、鼠标、日期时间、状态栏、检测、警告及提示等。每一个都有分为源代码和演示,这些小效果现在还有不少网站在使用,也是学习的好范例。 资源截图:
陌佑
百度云
百度云

jQuery1.8.3 中文手册 chm_前端开发教程

资源名称:jQuery1.8.3 中文手册 chm jQuery1.8.3 中文手册 chm,压缩包内还包括有Android版jQuery1.8.3_20121215.apk,jQuery1.8.3_20121215.wgz,jQuery1.8.3_20121215.xap版,多版本适应大家的需求。本手册内容针对jQuery1.8.3版本,内容全面丰富,是学习使用jQuery前端编程的必备参考手册。 资源截图:
陌佑
百度云
百度云

javascript DOM编程艺术(第2版) 英文pdf_前端开发教程

资源名称:Javascript DOM编程艺术(第2版) 英文pdf   《Javascript DOM编程艺术(第2版)》内容简介:Javascript是Web开发中最重要的一门语言,它强大而优美。无论是桌面开发,还是移动应用。Javascript都是必须掌握的技术。W3C的DOM标准是开发Web应用的基石。已经得到所有现代浏览器的支持,这使得跨平台Web开发成了一件轻松惬意的事。  《Javascript DOM编程艺术(第2版)》是超级畅销书的升级版,由倡导Web标准的领军人物执笔,揭示了前端开发的真谛,是学习Javascript和DOM开发的必读之作。  《Javascript DOM编程艺术(第2版)》在简洁明快地讲述Javascript和DOM的基本知识之后,通过几个实例演示了专业水准的网页开发技术,透彻阐述了平稳退化等一批至关重要的Javascript编程原则和最佳实践,并全面探讨了HTML5以及jQuery等Javascript库。读者将看到Javascript、HTML5和CSS如何协作来创建易用的、与标准兼容的Web设计,掌握使用Javascript和DOM通过客户端动态效果和用户控制的动画来加强Web页面的必备技术;同时,还将对如何利用库提高开发效率有全面深入的理解。   资源截图:
陌佑
百度云
百度云

jQuery in Action 2nd Edition pdf第二版_前端开发教程

资源名称:jQuery in Action 2nd Edition pdf第二版 A really good web development framework anticipates your needs. jQuery does more-it practically reads your mind. Developers fall in love with this Javascript library the moment they see 20 lines of code reduced to three. jQuery is concise and readable. jQuery in Action, Second Edition is a fast-paced introduction and guide. It shows you how to traverse HTML documents, handle events, perform animations, and add Ajax to your web pages. The book’s unique “lab pages” anchor the explanation of each new concept in a practical example. You’ll learn how jQuery interacts with other tools and frameworks and how to build jQuery plugins. This revised and expanded second edition includes even more lab pages than before, along with numerous examples that show the latest best practices developed by the jQuery community. It provides full coverage of jQuery 1.4, along with a deeper look at the ever-expanding world of jQuery plug-ins. This book requires some knowledge of Javascript and Ajax but no previous experience with jQuery. About the Author Bear Bibeault has been working in the area of web applications since the mid-nineties, getting started with beta versions of JSP and Servlets. He is a senior moderator at the popular JavaRanch site, and has contributed articles to the JavaRanch Journal as well as Dr Dobb’s Journal online. He is a co-author of the Manning books Ajax in Practice and Prototype and scriptaculous in Action. He works and resides in Austin, Texas. Yehuda Katz is a developer with Engine Yard. He contributes actively to jQuery,heading up the plug-in development team. He also runs Visual jQuery, a dynam-ic, browsable version of the jQuery API, used heavily by new users of the libraryand core developers alike. 资源截图:
陌佑
百度云
百度云

javascript完全自学手册 pdf_前端开发教程

资源名称:JAVAscript完全自学手册 pdf   第一篇 javascript入门   第1章 javascript简介    1.1 什么是javascript    1.2 javascript与java的区别    1.3 javascript程序运行开发环境    1.4 javascript的优点与局限    1.5 小结   第2章 第1个例子—向用户说“你好”    2.1 第1个例子    2.1.1 最简单的程序—“用户你好”    2.1.2 在html中插入javascript块   2.1.3 javascript代码书写规则    2.2 javascript基础知识—变量和常量    2.2.1 变量命名规则    2.2.2 数据类型    2.3 告诉用户当前时间    2.3.1 什么是内置对象    2.3.2 内置对象date的方法  .  2.3.3 获取时间和日期    2.4 在web页上输出    2.4.1 弹出警告框—alert    2.4.2 弹出确认“是/否”的对话框—confirm    2.4.3 输出到页面内容—document.write    2.5 改进版的“你好”程序   2.6 小结   第3章 获取用户的输入    3.1 实例:让用户输入两个数字, 然后输出相加的结果    3.2 javascript基础知识—操作符和表达式    3.2.1 什么是表达式    3.2.2 什么是操作符    3.2.3 什么是优先级    3.3 变量类型转换    3.4 javascript基础知识—字符串初探    3.4.1 什么是字符串    3.4.2 字符串的书写与转义符    3.4.3 字符串操作    3.5 实例:让用户输入自己的名字, 输出写给用户的情书    3.6 小结   第4章 简单的表单操作    4.1 实例:确认表单必填项目完整性    4.2 javascript基础知识—函数    4.2.1 函数和变量作用域    4.2.2 函数的参数和返回值    4.2.3 什么是递归调用    4.3 在表单提交时调用检查函数—绑定事件到表单    4.3.1 什么是事件    4.3.2 如何绑定事件    4.4 发生了什么?—获取事件的内容    4.5 表单元素的属性和方法    4.6 综合应用—更人性化的表单    4.7 小结   第5章 小游戏—算二十四    5.1 实例:电脑帮你算二十四    5.2 javascript基础知识—条件判断    5.2.1 if语句    5.2.2 switch语句    5.2.3 不同类型数据的比较和逻辑操作    5.3 javascript基础知识—循环    5.3.1 for循环    5.3.2 while循环    5.3.3 break和continue    5.4 javascript基础知识—数组对象    5.4.1 如何引用数组对象    5.4.2 数组对象的属性和方法   5.5 内置eval函数和错误捕获机制    5.6 小结   第6章 物理问题—炮弹的射程    6.1 实例:由初速度和仰角求射程    6.2 数学计算—内置对象math的属性和方法    6.3 math对象应用—科学计算器    ……  第二篇 javascript和页面的交互  第三篇 操作activex控件  第四篇 类和对象  第五篇 无刷新的用户体验和ajax  附录 javascript常用对象的方法和属性   资源截图:  
陌佑
百度云
百度云

jQuery 视觉手册 pdf_前端开发教程

资源名称:jQuery 视觉手册 pdf jQuery视觉手册(jQuery Visual Cheat Sheet)是国外知名前端专家Woork制作的对网站设计师和开发人员都灰常有用且实用的参考手册,针对jQuery 1.3。该手册(共6页)包含了全部的附有较详细描述jQuery API参考和部分示例代码。 手册的设计风格简洁,模块化的组织结构可以让你很方便的找到自己想要的内容。 资源截图:
陌佑
百度云
百度云

使用javascript实现下拉框的动态控制 PDF_前端开发教程

资源名称:使用Javascript实现下拉框的动态控制 PDF   一、前言  下拉框是常用的一种web页面控件。它很简单实用,便于  操作者从…组选项中选择适合的选项。一般的下拉框选项是在  页面编写过程中事先写好的,但有时这样不能满足要求。假设  有两个下拉框,一个是省份,一个是城市。当操作者选择了一个  省份后,希望另一个下拉框的选择能够自动过滤为这个省份的  城市。要达到这种样子,必须实现下拉框的动态控制。常用的下  拉框动态控制是使用Javascript实现的  JavaSreipt是最早由网景公司在其NetScape浏览器中引入  的,后来微软的IE也开始支持Javascript,并发扬光大。  二、下拉框的控制  在利用Javascript进行实际的开发中,我们发现下拉框的  控制是比较让人烦的,没有现成的Javascript代码可以使用。现  在就和大家重点讨论一下下拉框。主要讨论动态改变下拉框的选项,前提是:  该下拉框是单选,如果是多选需要读者自己修改  部分代码,实现原理一样。  首先.我们看一段下拉框初始化的html代码:  <F0RM>  <SELECT NAME=”city”size=lO>  <option value=”010”>北京</option>  <option value=”025”>南京</option>  <option value:”021”>上海</option>  <option value=”029”>西安</option>  <option value:”000”>其他</option>  </SELECT>  </F0RM>   资源截图:
陌佑
百度云
百度云

jQuery基础教程 jQuery选择器教程 pdf_前端开发教程

资源名称:jQuery基础教程  jQuery选择器教程 pdf 据统计,全世界已经有超过 31% 的网站在使用 jQuery 。 而 jQuery 之所以如此出众,他最为突出、且最为强的大的,要数 jQuery 的选择器(jQuery Selector)了。 下面是 jQuery 基础教程 和 jQuery 选择器教程,很适合jQuery新手、jQuery中级程序员读阅、学习。  资源截图:
陌佑
百度云
百度云

Pro PHP and jQuery 英文pdf_前端开发教程

资源名称:Pro PHP and jQuery 英文pdf This book is for intermediate programmers interested in building AJAX web applications using jQuery and PHP. Along with teaching some advanced PHP techniques, it will teach you how to take your dynamic applications to the next level by adding a Javascript layer with jQuery. Learn to utilize built-in PHP functions to build calendar tools. Learn how jQuery can be used for AJAX, animation, client-side validation, and more. What you’ll learn Use PHP to build a calendar application that allows users to post, view, edit, and delete events. Use jQuery to allow the calendar app to be viewed and edited without requiring page refreshes using built-in AJAX functions. Learn the power and versatility of PHP’s object-oriented programming style. Learn the various forms of security available and how to best apply them. Learn jQuery plug-in development patterns and create modular, reusable jQuery plug-ins. Learn the basics of jQuery effects, including fading elements, generating HTML markup on the fly, and creating modal windows. Who this book is for This book is intended for programmers who want to bridge the gap between front- and back-end programming. It does not cover HTML or CSS except where absolutely necessary, and it focuses on taking intermediate PHP developers to the next level while getting comfortable with AJAX and the power of jQuery. Author Information Jason Lengstorf Jason Lengstorf is a software designer and developer based in Missoula, MT. As the owner of Ennui Design, he specializes in creating custom web applications, ranging from simple informational web sites to full-fledged content management systems. When not glued to his keyboard, he’s likely standing in line for coffee, shopping for cowboy shirts, or pretending to know something about wine. 资源截图:
陌佑
百度云
百度云
⬅️ 1...20882089209020912092...3148

添加微信,反馈问题

微信及时反馈问题,方便沟通,请备注 ❤️

搜索榜单

1

骚老板资源网整站源码 打包数据高达2GB

1667

2

绿色风格网络公司源码 php网络建站公司源码

1082

3

(自适应手机版)响应式餐饮美食企业网站源码 餐饮品牌连锁机构织梦模板

1040

4

雷速问卷调查系统(疫情上报系统) v7.08

925

5

Zblog仿918回忆模特写真网带整站数据图库系统源码

883

6

一款笑话类网站源码 简约清爽的织梦笑话网站模板

811

最新资源

1

网狐电玩系列/乐游电玩城/免微信免短信登陆

2

湖南地方玩法好玩互娱纯源码

3

最新更新网狐旗舰大联盟+UI工程

4

傲玩系列客户端通用加解密工具

5

优米H5电玩城组件/多语言/带84个游戏/后台带控+搭建视频教程

6

网狐系列猫娱乐新UI蜡笔小新金币组件

友情链接:
免费APISSL在线检测在线pingAPI版本项目seo教程免费下载狗凯源码网 查看更多
网站地图 法律声明
本站所存储的源码数据均为转载,不提供在线播放和下载服务。本站为非盈利性,不收取费用,所有内容不用于商业行为,仅供学习交流使用。如有侵权,请联系15001904@qq.com
  • 联系微信,反馈问题

  • 点此立刻反馈