prototype js

8

Click here to load reader

Upload: jackson-dos-santos-olveira

Post on 31-May-2015

486 views

Category:

Travel


0 download

TRANSCRIPT

Page 1: Prototype js

Prototype JS

By Jackson dos Santos

Page 2: Prototype js

What is it?

• A Javascript framework that improve Web development (Dynamic Pages).

Page 3: Prototype js

Why it does it easy?

• Extends DOM

Changing styles

Getting Value from object

Page 4: Prototype js

Why it does it easy?

• It simplifies server calls

Page 5: Prototype js

Why It does it easy?

• Improves the JSON content generation

Page 6: Prototype js

Why it does it easy?

• You can improve yours JS APIs using OO.

Page 7: Prototype js

JQUERY X Prototype

• What are the differences. Jquery has more plugins. Prototype extends DOM and Jquery just

handle it. Prototype is little more verbose than Jquery

Page 8: Prototype js

Prototype JS

Thank You!By Jackson dos Santos