联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All JavaScript/JQuery(271) 
按平台查找All JavaScript(271) 

[JavaScript/JQuery] JavaScript入门经典(第4版)

全面透彻地讲解javascript编程基础知识,引导您立即开始在网页中嵌入javascript脚本。第4版对上一版本做了全面更新,使javascript代码适用于最新版本的ie、firefox和safari浏览器。 主要内容 ◆循序渐进介绍javascript基础知识,包括javascript的含义、原理和功能 ◆介绍用于创建javascriptweb应用程序的各种工具 ◆分析如何从字符串中选择单个字符、如何将字符码转换为字符串以及如何复制字符串的部分内容 ◆讲述如何对数组执行连接、复制、排序和倒序操作 ◆说明如何使用jquery、prototype和mootools等javascript框架快捷高效地编写javascript程序 ◆深入讨论ajax ◆分析常见错误以及调试和处理方法
Thoroughly and thoroughly explain the basics of JavaScript programming, guide you to immediately start embedding JavaScript scripts in your web pages. The fourth edition makes a full update to the previous version, enabling JavaScript code to apply to the latest versions of IE, Firefox, and safari browsers. primary coverage The gradual introduction of basic knowledge of JavaScript, including the meaning, principle and function of JavaScript It introduces all kinds of tools for creating javascriptweb applications The analysis of how to choose a single character from a string, how will the character code conversion part and how to copy the string string It tells you how to perform an array of connection, replication, sequencing and reverse operation It explains how to use the jQuery, prototype and MooTools JavaScript framework to efficiently compile JavaScript program The in-depth discussion of Ajax The error analysis and debugging and processing method (2017-08-23, JavaScript, 65004KB, 下载6次)

http://www.pudn.com/Download/item/id/1503476147135209.html

[JavaScript/JQuery] GoJS-master

gojs是一个能够让我们很容易的实现基于html5浏览器绘制具有交互性的图形图表的JavaScript框架。 gojs采用了面向对象的编程模式。以图形对象表示绘图模板。以用普通js对象存储数据作为数据模型,然后赋值给图形对象的属性作为数据绑定的模式。 gojs同样提供了大量工具类来代表我们的交互行为。我们需要做的就是创建图形对象、构建数据模型、设置属性、绑定数据模型、使用工具类添加行为即可创建 出具有丰富交互性能的各种图表
Gojs is a JavaScript framework that makes it easy for us to implement graphical graphics based on the html5 browser. Gojs uses an object-oriented programming model. Draw a drawing template with a graphic object. To store the data as a data model with ordinary js objects, and then assign the attributes of the graphic object as a data binding pattern. Gojs also provides a large number of tool classes to represent our interactions. What we need to do is create a graphical object, build a data model, set properties, bind a data model, and use the tool class to add behavior to create a variety of graphs with rich interactive performance (2017-05-04, JavaScript, 7338KB, 下载4次)

http://www.pudn.com/Download/item/id/1493864020359711.html

[JavaScript/JQuery] JavaScript-advanced-programming

本书是JavaScript 超级畅销书的最新版。ECMAScript 5 和HTML5 在标准之争中双双胜出,使大量专有实现和客户端扩展正式进入规范,同时也为JavaScript 增添了很多适应未来发展的新特性。本书这一版除增加5 章全新内容外,其他章节也有较大幅度的增补和修订,新内容篇幅约占三分之一。全书从JavaScript 语言实现的各个组成部分——语言核心、DOM、BOM、事件模型讲起,深入浅出地探讨了面向对象编程、Ajax 与Comet 服务器端通信,HTML5 表单、媒体、Canvas(包括WebGL)及Web Workers、地理定位、跨文档传递消息、客户端存储(包括IndexedDB)等新API,还介绍了离线应用和与维护、性能、部署相关的最佳开发实践。本书附录展望了未来的API 和ECMAScript Harmony 规范。
This book is a super bestseller JavaScript latest version. ECMAScript 5 and HTML5 both win in the standards war, a large number of proprietary implementations and client-side extension officially entered the norms, but also for a lot of JavaScript to add new features to adapt to future developments. This version of the book in addition to increased 5 new content, other chapters have more substantial additions and amendments, about one-third the length of the new content. The book from every part of the JavaScript language- the language core, DOM, BOM, event model talk in layman s language to explore the object-oriented programming, Ajax and Comet server-side communications, HTML5 forms, media, Canvas (including WebGL) and Web Workers, geographic location, cross-document delivery message, the client storage (including IndexedDB) and other new API, and also introduced offline applications and maintenance, performance, deployment-related development best practices. The book s appendix loo (2014-06-17, JavaScript, 21146KB, 下载5次)

http://www.pudn.com/Download/item/id/2569115.html

[JavaScript/JQuery] Functional-JavaScript

功能是一个在JavaScript中的函数式编程库。它定义了标准的高阶功能,如map, reduce (aka foldl) 和 select(又名滤波器)。它还定义功能,如咖喱,rcurry,部分功能应用也定义了函数如curry, rcurry, and partial部分函数应用。而所有这些函数接受字符串,如 X - > X+1“,”X+1“,或 +1 和更详细的函数(X){ return X +1}同义。
Functional is a library for functional programming in JavaScript. It defines the standard higher-order functions such as map, reduce (aka foldl), and select (aka filter). It also defines functions such as curry, rcurry, and partial for partial function application and compose, guard, and until for function-level programming. And all these functions accept strings, such as x-> x+1 , x+1 , or +1 as synonyms for the more verbose function(x) {return x+1}. (2013-08-09, JavaScript, 8598KB, 下载1次)

http://www.pudn.com/Download/item/id/2326740.html

[JavaScript/JQuery] Ext3.2-Chinese-API-

Ext是一个强大的js类库,以前是基于YAHOO-UI,现在已经完全独立了。 主要包括data、widget、form、grid、dd、menu,其中最强大的应该算grid了,编程思想是基于面向对象编程(oop),扩展性相当的好。可以自己写扩展,自己定义命名空间。web应用可能感觉太大。不过您可以根据需要按需加载您想要的类库就可以了。 主要包括三个大的文件:ext-all.css,ext-base.js,ext-all.js(包括所有的类库,您可以根据需要进行删减.官方网站提供这一接口),在引用ext类库的时候,这三个文件必不可少。 它提供了丰富的,非常漂亮的外观体验,成为众多界面层开发人员的追捧!其核心的组件基本覆盖了我们构建富客户端的常用的组件。 从 Ext 2开始,商业版(针对那些以盈利为目的的开发方)要收费了。这可能会影响一些他的应用前景。 目前的最新版本为4.0。
Ext is a powerful the js class library, formerly based YAHOO-UI is now completely independent. Mainly including data, widget, form, grid, dd, menu, one of the most powerful should be considered a grid, and the programming idea is based on object-oriented programming (OOP), scalability is quite good. You can write your own extension, their own definition of the namespace. The web application might feel too big. But you can demand to load the class library you want on it. Mainly includes three large file: the ext-all.css, ext-base.js, ext-all.js (including all libraries, you can according to the needs of the deletion. Official website interface), in reference the ext class library when these three documents is essential. It provides a rich, very beautiful appearance experience, many interface layer developers sought after! The core component of its basic coverage commonly used to build rich client components. Ext 2 Business Edition (for profit developer) should be charged. This may a (2013-03-24, JavaScript, 8021KB, 下载4次)

http://www.pudn.com/Download/item/id/2171703.html

[JavaScript/JQuery] EasyEMag1.1

虽然现在flash杂志效果满天飞,但在js环境下做出的这个产品很出众。 为开发者在js和access/sqlserver数据库平台上搭建了一个杂志翻阅浏览维护的整体平台,免去了flash编程开发跨平台工具的烦恼,并且生成的数据库结构为二次开发改进提供了便利。 不足之处是:1,为了阅览大图方便和版权维护,杂志浏览的放大效果图片被切割成了4份分别保存。 2,相比flash动画的柔和,有欠缺,但在js平台下,绝对算是上等作品。
Although flash magazine effect everywhere, but js environment to make this product very outstanding. Js and access/sqlserver database platform for developers to build a magazine browsing through the maintenance of the overall platform, eliminating the need for flash programming to develop cross-platform tools troubles, and generate the database structure to facilitate secondary development to improve. The downside is: 1, in order to have access to the convenience and copyright maintenance, magazines browser zoom effect picture is cut into 4 parts were preserved. 2, compared to the flash animation soft, there is a lack, but definitely regarded as the finest work in js platforms,. (2012-09-13, JavaScript, 5261KB, 下载2次)

http://www.pudn.com/Download/item/id/1992184.html

[JavaScript/JQuery] 18

ebEditor是一个基于Web的文档处理中间件 =============================================================================== WebEditor系列文档控件,能够在浏览器窗口中直接编辑Word、Excel、PowerPoint等 Office文档并保存到Web服务器上。实现文档和电子表格和数据库的统一管理。同时支持痕 迹保留,手写签名,电子印章等办公自动化系统必备的功能。是OA系统开发的标准控件, 是保护您投资的最佳选择!控件采用标准HTTP协议,支持任意后台Web服务器(IIS,WebLogic, WebSphere,Apache,Tomcat等),任意后台操作系统(Windows 2000/2003/XP,Linux, Unix等),以及任意后台编程语言(Asp, Jsp, Php,VB.NET,C#.NET等)和任意Web应用服 务器体系结构(J2ee, .NET等)。卓越的性能,标准高效的编程接口,让您以最低的开发成 本,轻松创建极具特色的办公自动化解决方案!
WebEditor series document control in the browser window can be edited directly Word, Excel, PowerPoint, etc. Office document and save it to Web server. Implementation documents and spreadsheets and databases unified management. Supports both marks Track reservations, handwritten signatures, electronic seals and other necessary functions of office automation system. OA system development is the standard controls, Is the best choice to protect your investment! Control using standard HTTP protocol, Web server support for any background (IIS, WebLogic, WebSphere, Apache, Tomcat, etc.), any background operating system (Windows 2000/2003/XP, Linux, Unix, etc.), and any backend programming language (Asp, Jsp, Php, VB.NET, C#. NET, etc.) and any Web application server Services Architecture (J2ee,. NET, etc.). Excellent performance, standards and efficient programming interface, allowing you to develop into the lowest This, to easily create a very unique office automation solution (2011-04-16, JavaScript, 768KB, 下载89次)

http://www.pudn.com/Download/item/id/1494178.html

[JavaScript/JQuery] Procedures_for_the_world_JavaScript

1.入门教程文件夹 在该文件夹中包括了JavaScript的大部分知识,可以帮助读者快速入门。主要包括:JavaScript语言概述,JavaScript语言入门,JavaScript事件处理,JavaScript基于对象编程,文档对象模型(DOM),String、Math、Array等数据对象,Window及相关顶级对象,Document对象等 。 2.视频动画文件夹 在该文件夹中包括5个视频动画,可以通过他们快速学习JavaScript。
1. Getting Started Tutorial folder in the folder includes the majority of JavaScript knowledge, can help readers get started. Mainly include: JavaScript language overview, JavaScript language entry, JavaScript event handler, JavaScript Object-based programming, Document Object Model (DOM), String, Math, Array, such as Data Objects, Window and related top-level object, Document objects. 2. Video animation folder in the folder includes five video animation, you can quickly learn through their JavaScript. (2009-05-18, JavaScript, 22927KB, 下载3次)

http://www.pudn.com/Download/item/id/765438.html

[JavaScript/JQuery] JavaScript_Tutorial

JavaScript是由Netscape公司开发并随Navigator导航者一起发布的、介于Java与HTML之间、基于对象事件驱动的编程语言,正日益受到全球的关注。因它的开发环境简单,不需要Java编译器,而是直接运行在Web浏览器中,而因倍受Web设计者的所爱。为了帮助我国广大计算机用户尽快了解和掌握这些新技术,本着先进的技术,要大家分享的原则,电脑网络学校特组织JavaScript技术讲座。其各讲内容为: 第一讲 JavaScript语言概况 第二讲 JavaScript基本数据结构 第三讲 JavaScript程序构成 第四讲 基于对象的JavaScript语言 第五讲 创建新对象 第六讲 使用内部对象系统 第七讲 窗口及输入输出 第八讲 WEB页面信息交互 第九讲 实现更复杂交互
JavaScript was developed by Netscape Navigator and Navigator in conjunction with the release, between Java and HTML between the event-driven object-based programming language, is increasingly affected by global concerns. Development environment because of its simple, do not need Java compiler, but direct running on Web browser, and because of the much loved Web designers. In order to help the majority of computer users in China as soon as possible to understand and master these new technologies, based on advanced technology, it is necessary to share with you the principles of computer networks in schools organized special lectures JavaScript technology. Talk about its content as follows: First language speakers JavaScript Overview The second stresses the basic data structure of JavaScript JavaScript speakers constitute the third procedure The fourth talk of the JavaScript object-based language The fifth stresses create a new object The sixth stresses the use of internal object sy (2009-04-15, JavaScript, 189KB, 下载6次)

http://www.pudn.com/Download/item/id/716415.html

[JavaScript/JQuery] javascript

JavaScript是由Netscape公司开发并随Navigator导航者一起发布的、介于Java与HTML之间、基于对象事件驱动的编程语言,正日益受到全球的关注。因它的开发环境简单,不需要Java编译器,而是直接运行在Web浏览器中,而因倍受Web设计者的所爱。为了帮助我国广大计算机用户尽快了解和掌握这些新技术,本着先进的技术,要大家分享的原则,电脑网络学校特组织JavaScript技术讲座。
JavaScript was developed by Netscape Navigator and Navigator in conjunction with the release, between Java and HTML between the event-driven object-based programming language, is increasingly affected by global concerns. Development environment because of its simple, do not need Java compiler, but directly to run in Web browsers, and Web designers from much loved. In order to help the vast number of Chinese computer users to quickly understand and master these new technologies, in line with advanced technology, it is necessary to share with you the principles of computer networks in schools especially organized technical seminars JavaScript. (2008-11-01, JavaScript, 189KB, 下载88次)

http://www.pudn.com/Download/item/id/571068.html

[JavaScript/JQuery] JavaScript

JavaScript是由Netscape公司开发并随Navigator导航者一起发布的、介于Java与HTML之间、基于对象事件驱动的编程语言,正日益受到全球的关注。因它的开发环境简单,不需要Java编译器,而是直接运行在Web浏览器中,而因倍受Web设计者的所爱。为了帮助我国广大计算机用户尽快了解和掌握这些新技术,本着先进的技术,要大家分享的原则,电脑网络学校特组织JavaScript技术讲座。
JavaScript was developed by Netscape Navigator and Navigator in conjunction with the release, between Java and HTML between the event-driven object-based programming language, is increasingly affected by global concerns. Development environment because of its simple, do not need Java compiler, but directly to run in Web browsers, and Web designers from much loved. In order to help the vast number of Chinese computer users to quickly understand and master these new technologies, in line with advanced technology, it is necessary to everyone to share the principles of computer networks in schools especially organized technical seminars JavaScript. (2008-06-29, JavaScript, 188KB, 下载120次)

http://www.pudn.com/Download/item/id/500747.html
总计:271