Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Desarrollo FrontEnd con JavaScript - S04
Search
Gustavo Leon
December 01, 2013
Programming
0
74
Desarrollo FrontEnd con JavaScript - S04
S04 – jQuery, Promises y $.Deferred:
- jQuery.ajax
- Promises y Deferred Object
Gustavo Leon
December 01, 2013
Tweet
Share
More Decks by Gustavo Leon
See All by Gustavo Leon
Usando Preact - Una alternativa ligera a React
hpneo
0
190
Manejando Docker containers con Ruby y backticks
hpneo
0
280
CodePicnic: Lecciones aprendidas al crear una startup tecnológica
hpneo
0
390
Universal Web apps con JavaScript
hpneo
0
250
gmaps.js - 4 lecciones open source en 4 pasos
hpneo
0
630
Xamarin
hpneo
1
240
Desarrollo FrontEnd con JavaScript - S06
hpneo
0
93
Desarrollo FrontEnd con JavaScript - S05
hpneo
0
51
Desarrollo FrontEnd con JavaScript - S03 (I)
hpneo
0
51
Other Decks in Programming
See All in Programming
健康第一!MetricKitで始めるアプリの健康診断 / App Health Checkups Starting with MetricKit
nekowen
4
790
状態管理ライブラリZustandの導入から運用まで
k1tikurisu
2
230
TypeScriptとGraphQLを活用した変化に強いプロダクト作り
bicstone
4
530
どうしてこうなった?から理解するActive Recordの関連の裏側
willnet
5
510
iOSDC 2024
auramagi
3
590
Swiftコードバトル必勝法
toshi0383
0
140
全力の跳躍を捉える計測アプリを作る
ogijun2018
0
1k
Rustではじめる負荷試験
skanehira
5
1.1k
RAGの回答精度評価用のQAデータセットを生成AIに作らせた話
kurahara
0
210
rbs-inlineを導入してYARDからRBSに移行する
euglena1215
1
200
Wallet API, Verifier APIで実現するIDカード on iPhoneの世界
shitamori1272
1
320
Amebaチョイス立ち上げの裏側 ~依存システムとの闘い~
daichi_igarashi
0
220
Featured
See All Featured
Gamification - CAS2011
davidbonilla
79
4.9k
[RailsConf 2023] Rails as a piece of cake
palkan
44
4.6k
Git: the NoSQL Database
bkeepers
PRO
425
64k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
325
21k
The Power of CSS Pseudo Elements
geoffreycrofte
71
5.2k
Product Roadmaps are Hard
iamctodd
PRO
48
10k
Infographics Made Easy
chrislema
239
18k
GraphQLの誤解/rethinking-graphql
sonatard
65
9.7k
It's Worth the Effort
3n
182
27k
Side Projects
sachag
451
42k
Designing the Hi-DPI Web
ddemaree
278
34k
Creatively Recalculating Your Daily Design Routine
revolveconf
215
12k
Transcript
Desarrollo FrontEnd con JavaScript s04 – jQuery, Promises y $.Deferred
jQuery Manipulación de DOM Manejo de eventos Plugins Ajax
Manipulación de DOM
Manejo de eventos
Plugins
Ajax con jQuery
$.ajax
$.getJSON
$.Deferred Promises + jQuery
Promises • Permite asignar varios callbacks a una petición asíncrona.
• Separa la petición de los callbacks de éxito y error. • Encadena peticiones
Promises con jQuery
Promises – done
Promises – fail
Promises - then
$.when
Deferred Object • Crea funciones asíncronas. • Devuelve un promise.
• : dispara los callbacks en • : dispara los callbacks en
$.Deferred - reject • Con se disparan todos los callbacks
definidos con .