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

资源搜

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

jQuery api技术文档 chm_前端开发教程

资源名称:jQuery api技术文档 chm jQuery技术文档 chm,内含jQuery官方文档、jQuery API手册、jQuery选择器的使用。这些技术文档都是jQuery爱好者迈向前端编程的必需掌握的基础知识,学会了这些,可以说已经迈进了jQuery编程的艺术殿堂,因此,了解这些技术文档是很有必要的。 资源截图:
陌佑
百度云
百度云

使用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>   资源截图:
陌佑
百度云
百度云

Head First ja<x>vasc<x>ript 英文pdf_前端开发教程

资源名称:Head First Javascript 英文pdf 《Head first javascript 》 著名的head first系列图书之一 英文pdf版 ,非扫描版 以前有位朋友发过这个资源,但是是扫描版的,不太清晰。这个版本是非扫描版,绝对高清晰,从网上好不容易找到的,发上来与大家共享。 本书是一部优秀的、注重实践的Javascript教程。作者首先概览了Javascript,包括它的语法、良好的编码习惯、DOM编程原则等;然后构建了Javascript工具包,包括动态操作标记、使用CSS和DOM修改页面风格、验证表单、处理图像等;接着通过一个完整的案例研究阐明了如何使用多种Javascript 技术协同工作;最后单独设计一章来讲述第三方示例,演示了YUI 和 jQuery Javascript库的使用。. 本书适合初级和中级水平的Javascript开发人员阅读,可作为高等院校计算机专业的Javascript课程教材。 资源截图:
陌佑
百度云
百度云

javascript语言精髓与编程实践 精简版_前端开发教程

资源名称:JAVAscript语言精髓与编程实践 精简版    《Javascript语言精髓与编程实践》精简版 动态函数式语言精髓 本书讲述了Javascript的语言实现与扩展,主要包括以下三个方面的内容:(1)动态、函数式语言,以及其它语言特性在Javascript的表现与应用;(2)如何用动态函数式语言的特性来扩展Javascript的语言特性与框架;(3)如何将Javascript引擎整合到其它高级语言的开发过程中。本书适合于有编程经验的、想学习和掌握Javascript的语言实现与扩展知识的开发者。   资源截图:
陌佑
百度云
百度云

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

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

javascript Examples Bible PDF_前端开发教程

资源名称:Javascript Examples Bible PDF   A common thread running throughout most of my computer-book–writing  career is that I tend to write a book I wish I had had in order to learn a new  technology in the first place. Because I must write that book without the benefit of  existing models, I begin by doing my best to master the technology, and then I write  the book to help other newcomers learn as much as I did, but more quickly and  with less pain, anguish, and confusion. To accomplish that goal, I write as much  content as I feel is necessary to cover the topic in the depth that my readers  require.  When I started on what became the 4th and Gold editions of the Javascript Bible,  there were models to follow (my previous three editions) plus a substantial amount  of brand new material, much of which had not yet been documented anywhere. I  also assumed the responsibility of integrating the frequently conflicting and competing  philosophies of the ways the Javascript language is applied to a variety of  browser brands and versions. Resolving these conflicts is a challenge that I face in  my own programming work with clients, and I take great pleasure in sharing my  solutions and approaches with other programmers floating in the same boat.  As my editor and I began counting the pages I had assembled for these new editions,  we discovered that the number of pages far outstripped the printer’s binding  capabilities, even in a thicker volume made possible by using a hard cover (the  Gold edition). Certainly not all of the words that I had written were so precious that  some of them couldn’t be cut. But we were hundreds of pages beyond capacity. To  cut that much content would have forced exclusion of coverage of language or document  object model vocabulary.  Fortunately, as had been done in previous editions, the plan for the new editions  included Adobe Acrobat versions of the books on the accompanying CD-ROM.  Although a significant compromise to ease of reading, it was possible to move some  of the book’s content to the CD-ROM and leave the most important parts on the  printed page. For the softcover 4th edition, reference chapters covering less-used or  advanced subjects were pulled from print; for the hardcover Gold edition, which  was longer and targeted more for professional scripters, the advanced chapters  were put back into the book (along with 15 additional chapters for that edition),  and the Javascript tutorial was exiled to the CD-ROM.   资源截图:
陌佑
百度云
百度云

完美网页设计CSS快速参考 中文chm_前端开发教程

资源名称:完美网页设计CSS快速参考 中文chm Dreamweaver 8完美网页设计之CSS快速参考,是一本比较全面的CSS技术手册,很实用的必备工具手册。 资源截图:
陌佑
百度云
百度云

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. 资源截图:
陌佑
百度云
百度云

英文原版OReilly javascript CHM_前端开发教程

资源名称:英文原版OReilly Javascript CHM     资源截图:
陌佑
百度云
百度云

javascript基本知识点笔记_前端开发教程

资源名称:Javascript基本知识点笔记   数组对象  建立数组对象:  格式1:数组对象名称=new Array([元素个数])  格式2:数组对象名称=new Array([[元素1][,元素2,...]])  格式3:数组对象名称=[元素1[,元素2,...]]  数组对象的属性:  格式:数组对象名称.属性  属性:length  数组长度  数组对象的方法:  格式:数组对象名称.方法([参数])  方法:  join([分隔符]) 数组元素组合为字符串  toString() 以字符串表示数组  reverse() 数组反转  valueOf() 返回数组值  字符串对象  建立字符串对象:  格式:字符串对象名称=new String(字符串常量)  格式:字符串变量名称="字符串常量"  字符串对象的属性:  格式:字符串对象名称 . 属性属性:  length   字符串长度  字符串对象的方法:  格式:字符串对象名称.方法  方法:  bold() 粗体  italtics() 斜体  strike() 删除线  fontsize(字级大小) 文字大小  fontcolor(#rrggbb) 文字颜色  sup() 上标  sub() 下标  toUpperCase() 大写  toLowerCase() 小写  charAt(索引) 返回索引位置的字符  charCodeAt(索引) 返回索引位置的ASCII字符码,十进制表示  indexOf("字串"[,索引]) 返回字串在对象中的索引位置  lastIndexOf("字串"[,索引]) 返回字串在对象中的索引位置(反向搜索)  search("字串") 返回字串在对象中的索引位置  replace("字串1","字串2") 字串2替换字串1  slice(索引i[,索引j]) 返回索引i倒索引j-1的子串  split(["字串"][,限制]) 将字串从对象中删除  substr(start[,length]) 返回特定长度的字串  substring(索引i[,索引j]) 返回索引i倒索引j-1的子串  link("url") 设置链接  match(/匹配字符/) \\\\d 匹配一个数字字符。  \\\\D 匹配一个非数字字符。  \\\\n 匹配一个换行符。  \\\\r 匹配一个回车符。  \\\\s 匹配一个空格符。  \\\\S 匹配任意非空格符。  \\\\t 匹配一个table符。  \\\\W 匹配任何非单词符。  \\\\num 匹配正整数num。  /n/ 匹配八进制,十六进制,十进制的escape值。  toString() 返回字符串  valueOf() 返回字符串值   资源截图:
陌佑
百度云
百度云
⬅️ 1...18641865186618671868...2920

添加微信,反馈问题

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

搜索榜单

1

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

1647

2

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

1068

3

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

1032

4

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

908

5

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

873

6

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

804

最新资源

1

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

2

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

3

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

4

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

5

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

6

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

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

  • 点此立刻反馈