Top Banner
12

DevRS.NET - Totti - Knockout

Jun 26, 2015

Download

Technology

Tiago Totti
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
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