Skip to content
EntityQ746599· pop 18· linked from 206 articles

Prototype JavaScript Framework

Sign in to save

Also known as prototype.js

JavaScriptフレームワークの一つ

Official website

Prototype JavaScript framework: a foundation for ambitious web applications

prototypejs.org

Link to the official site · 1,725 chars · not written by Vinony

Source code

Prototype is a JavaScript framework that aims to ease development of dynamic web applications. It offers a familiar class-style OO framework, extensive Ajax support, higher-order programming constructs, and easy DOM manipulation. Microsoft Internet Explorer for Windows, version 6.0 and higher Mozilla Firefox 1.5 and higher Apple Safari 2.0.4 and higher Opera 9.25 and higher Chrome 1.0 and higher prototype.js is a composite file generated from many source files in the src/ directory. To build Prototype, you'll need: rake dist will preprocess the Prototype source using Sprockets and generate the composite dist/prototype.js rake package will create a distribution tarball in the pkg/ directory

Excerpt from the source-code README · 2,002 chars · not written by Vinony

Wikidata facts

Official website
prototypejs.org
Show 5 more facts
copyright license
MIT License
software version identifier
1.7.3
programmed in
Q2005
source code repository URL
github.com/prototypejs/prototype
Sources (4)

via Wikidata · CC0

Article · 日本語

Prototype JavaScript Framework は、Sam Stephenson が開発したJavaScriptフレームワークであり、Ajaxフレームワークやその他のユーティリティを提供する。prototype.js という名前の1つのJavaScriptファイルで実装されている。単独でも入手できるが、Ruby on Rails、、Ricoなどのもっと大きなプロジェクトの一部にもなっている。ただし、Ruby on Railsは3.1のバージョンから、デフォルトのJavaScriptライブラリがPrototype JavaScript FrameworkからjQueryに変更されている。

Abstract from DBpedia / Wikipedia · CC BY-SA