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

[JavaScript/JQuery] two-step-decision-task

两步决策任务,或外星宝物游戏,具有进度保存和自定义概率漂移支持。基于普林斯顿Niv实验室的工作。该版本还添加了移动触摸屏设备支持、使用https的远程托管和Docker容器化。
Two-Step Decision Making Task, or Alien Treasure Game, with progress-saving and custom probability drift support. Based off work from the Niv Lab at Princeton. This version also adds mobile touchscreen device support, remote hosting with https, and Docker containerization. (2024-03-14, JavaScript, 0KB, 下载0次)

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

[JavaScript/JQuery] Islamic-Library

Islamic Library Package是由Wick Studio开发的Node.js库,提供对伊斯兰Adkar(祈祷)和祈祷t…
Islamic Library Package is a Node.js library developed by Wick Studio, offering easy access to Islamic Adkar (supplications) and prayer t… (2024-01-24, JavaScript, 0KB, 下载0次)

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

[JavaScript/JQuery] G-W

游戏和手表收藏和修复指南网站,最终应建成对其他类似迪斯科舞厅开放
Game and Watch collection and repair guide website, should be build to be open to other like discogs eventually (2023-11-21, JavaScript, 0KB, 下载0次)

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

[JavaScript/JQuery] Kurodani

该项目旨在通过抓取游戏压力来改善手机游戏《头侯·洛斯特伍德》故事卡信息的可视化和排序...,
This project intends to improve visualization and sorting of mobile game Touhou Lostword s storycard information by scraping its gamepress page with jQuery and parsing its HTML into useful information in the shape of a SQL database, which will be used by the front-end to display or filter this data in a more convenient manner. (2023-09-27, JavaScript, 0KB, 下载0次)

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

[JavaScript/JQuery] Art-Gallery

该应用程序利用芝加哥艺术研究所API,允许用户搜索、查看和了解有关其收藏中的艺术品的更多信息。妈妈...,
This app utilizes the Art Institute of Chicago API to allow users to search, view, and learn more about artworks in their collections. Made with create-react-app. (2023-08-26, JavaScript, 0KB, 下载0次)

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

[JavaScript/JQuery] help-our-hawkers

GeoJSON导出用于帮助我们的小贩的谷歌地图覆盖图!-[https:www.reddit.com r新加坡评论nret1k update_google_maps_l...](https:www.reddit.com r singapore comments nret1k update_google_maps\layer_to_find_and_support_the),
GeoJSON export of the Google Maps overlay for Help Our Hawkers! - https://www.reddit.com/r/singapore/comments/nret1k/update_google_maps_layer_to_find_and_support_the/ (2023-08-08, JavaScript, 0KB, 下载0次)

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

[JavaScript/JQuery] LibraryBook

一个图书馆项目,在阿特拉韦斯进行API开发图书馆项目...
A Library é um projeto pessoal, onde início através do desafio de criar uma API de gerenciamento de Biblioteca da DevChallenge , porém resolvi fazer algumas funcionalidades a + e desenvolver a parte do front end. smile (2021-01-06, JavaScript, 47KB, 下载0次)

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

[JavaScript/JQuery] javascript-library-boilerplate

基于Webpack 4的样板,为浏览器和节点创建库!包括巴别塔7,萨斯,耶稣和发展...
Webpack 4 based boilerplate to create libraries for the browser and node! Featuring Babel 7, Sass, Jest and development workspace with HMR. (2021-09-25, JavaScript, 116KB, 下载0次)

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

[JavaScript/JQuery] JavaScript

《JavaScript高级程序设计》是2006年人民邮电出版社出版的图书,作者是(美)(Nicholas C.Zakas)扎卡斯。本书适合有一定编程经验的开发人员阅读,也可作为高校相关专业课程的教材。
Advanced JavaScript programming is a book published by post and telecommunications press in 2006 by Nicholas c. zakas.This book is suitable for developers with some programming experience to read, and can also be used as a teaching material for relevant professional courses in colleges and universities. (2019-06-18, JavaScript, 21144KB, 下载0次)

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

[JavaScript/JQuery] [JavaScript模式].Stoyan.Stefanov.扫描版

《JavaScript模式》是由JavaScript专家斯特凡洛夫撰写,Stoyan是Yahoo公司的资深技术员,他还是YSlow2.0(一个web性能优化工具)的技术架构师。同时还可以学到一些反模式,一些常见的编程方式,这些编程方式引发的问题比解决的还多。
JavaScript mode is written by JavaScript expert Stefan Love, and Stoyan is a senior technician from Yahoo. He is also a technical architect of YSlow2.0 (a web performance optimization tool). At the same time, you can learn some anti-patterns, some common programming methods, these programming methods cause more problems than solve. (2018-08-07, JavaScript, 15907KB, 下载0次)

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

[JavaScript/JQuery] Tetris

主要用javascript实现的网页版的俄罗斯方块简易小游戏,能实现基本的左右移动,满行消除等功能
Mainly achieved using javascript web version of Tetris simple game, move around to achieve the basic, full-line elimination function (2015-07-28, JavaScript, 3277KB, 下载1次)

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

[JavaScript/JQuery] JavaScript-Calculator

用 JavaScript 编写一个简单的计算器。实现一个标准型计算器的基本功能;实现加,减,乘,除,取余,开平方,求倒数等基本运算; 支持正负号,小数点输入;实现Backspace, CE, C键的功能;
A simple calculator written in JavaScript. Achieve the basic functions of a standard calculator addition, subtraction, multiplication, division, modulo, square root, seeking reciprocal basic operations Sign, decimal point input Backspace, CE, C key functions (2012-12-09, JavaScript, 2KB, 下载8次)

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

[JavaScript/JQuery] js_Game

js小游戏,包含各种小型js游戏,js拼图,俄罗斯方块等
js Game (2012-04-25, JavaScript, 873KB, 下载46次)

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

[JavaScript/JQuery] adjs

一个很酷的js广告翻转代码,网站开发中经常要用到的js图片翻转代码,带有超链接,显示序号
A cool flip code js advertising, Web site development often use pictures to flip the js code, with a hyperlink, display serial number (2011-10-11, JavaScript, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1665504.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] URLDecEnc

URL 加解码工具 例如:http://www.pudn.com/a.b_jsp?id=2324 URL编码后为 http 3A//www.pudn.com/a.b_jsp 3Fid 3D2324
URL Encoder/Decoder Example: http://www.pudn.com/ is Encoded as http 3A//www.pudn.com/a.b_jsp 3Fid 3D2324 (2010-06-06, JavaScript, 1KB, 下载2次)

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

[JavaScript/JQuery] pack_allinone

JS版俄罗斯方块(带程序说明文档)由于在测试中为了方便,有些功能是没有添加上去的,这些在程序说明文档中都有记载
JS version of Tetris (with program documentation) (2010-04-14, JavaScript, 6KB, 下载6次)

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

[JavaScript/JQuery] jisuanqi1

本计算器可以进行简单的四则运算(加、减、乘、除)但仅限于十进制下,还可以进行(八进制,十进制,十六进制)之间的相互转换,八进制最多可以输入19位数,十进制最多可以输入18位数,十六进制最多可以输入14位数,backspace表示退格, clear表示初始化,
err (2008-11-14, JavaScript, 22KB, 下载4次)

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

[JavaScript/JQuery] cnboo

1.播客节目发布管理系统 2.文件管理 3.个性化模版定义功能.可以定制你喜欢的网站风格和样式. 4.完全支持RSS订阅,可以兼容iPod+iTunes. 5.内置Flash多媒体播放器. 6.手机格式(3gp)文件转换. 7.论坛 8.标签. 9.站内检索功能 10.留言言评论管理 11.节目投票系统. 12.用户管理系统 13.防盗链插件
1. Podcasts dissemination and management system 2. Document management 3. Personalized template definition functions. You can customize Hei create a web site style and form. 4. full support for RSS subscription the iPod is compatible with iTunes. 5. built-in Flash multimedia player. 6. phone format (3g p) document conversion. 7. Forum 8. tags. 9. station 10 search function. messages statement comment Management 11. programs vote counting system. 12. Subscriber Management System 13. plug-Irvine (2006-04-27, JavaScript, 139KB, 下载54次)

http://www.pudn.com/Download/item/id/176899.html
12345
总计:99