+ All Categories
Home > Technology > DevRS.NET - Totti - Knockout

DevRS.NET - Totti - Knockout

Date post: 26-Jun-2015
Category:
Upload: tiago-totti
View: 474 times
Download: 0 times
Share this document with a friend
Popular Tags:
12
Transcript
Page 1: DevRS.NET - Totti - Knockout
Page 2: DevRS.NET - Totti - Knockout
Page 3: DevRS.NET - Totti - Knockout
Page 4: DevRS.NET - Totti - Knockout

$(function() { $('#start').click(function() { $('#first, #second').fadeIn(1000, function() { $('#third, #forth').fadeIn(500, function() { $('#fifth, #sixth, #seventh').fadeIn(750, function() { $('#eight').fadeIn(800, function() { $('#ninth, #tenth').fadeIn('slow'); }); }); }); }); }); });

http://stackoverflow.com/questions/2556184/jquery-animation-queues

Page 5: DevRS.NET - Totti - Knockout

$(function() { $('#start').click(function() { $('#first, #second').fadeIn(1000, function() { $('#third, #forth').fadeIn(500, function() { $('#fifth, #sixth, #seventh').fadeIn(750, function() { $('#eight').fadeIn(800, function() { $('#ninth, #tenth').fadeIn('slow'); }); }); }); }); }); });

http://stackoverflow.com/questions/2556184/jquery-animation-queues

Page 6: DevRS.NET - Totti - Knockout
Page 7: DevRS.NET - Totti - Knockout

MVC - MV*

Page 8: DevRS.NET - Totti - Knockout

http://bit.ly/JSpatterns

Page 9: DevRS.NET - Totti - Knockout
Page 10: DevRS.NET - Totti - Knockout

A demo da palestra e muito material bacana tá disponível

aqui:

http://learn.knockoutjs.com/

Page 11: DevRS.NET - Totti - Knockout

todomvc.com

Page 12: DevRS.NET - Totti - Knockout

tiago.totti@ developit.com.br FB tiagomtotti


Recommended