SlideShare a Scribd company logo
1 of 73
jQuery
jQuery

• js           Ajax
  jQuery           HTML
  jQuery       2



• $(   )
  jQuery
jQuery
• jQuery

• jQuery                  new
           jQuery   prototype
$(                    )
• $(        )   jQuery(          )



• $(        )   jQuery



•                     html   DOM
            jQuery
$(DOM)
•                   DOM
       DOM jQuery



• '<div></div>'     HTML
                  DOM      jQuery
jQuery
• Core                    • Effects
• Attribute               • Ajax
• Traversing              • Data
• Manipulation            • Dferred
• Css                     • Utilities
• Event
11               jQuery
jQuery

•   Core/Misc
    jQuery             DOM
                                 •   Attribute


                                 •   Traversing
•   CSS
                 CSS

                                 •   Event
•   Effects
    (                        )



•   Data
        Effect




•   Manipulation
    DOM                /
jQuery


•   Core
    HTML        jQuery
                         •   Ajax
                             AJax jsonp


                         •   Dferred
•   Data                     ajax




•   Utilities
jQuery
$(document).ready(
function(){
     $(       ).method(    );

     $(       2).method(    );

     $(       3).method(    );

}
);
jQuery Plugin
(function($){})(jQuery)
•   (function($){})(jQuery)

•   function($){...}
                 ,(jQuery)

•   JS



•   (function($){})()
•
•   $.extend   jQuery



•   $.fn.
jQuery plugin
•

• return this.each   jQuery



• this.each    DOM
              DOM
Twitter API
            Plugin

•   Twitter API   jsonp            twitter



•   jsonp



•   API              js
                          script
Twitter API

• https://dev.twitter.com/
• API
•                 API jsonp   timeline
timeline API
• http://api.twitter.com/1/statuses/
  user_timeline/twitter_id.json
•         jsonp   url

• twitter ID             .
Twitter Plugin




•              DIV   class="timeline"           DIV




• $('.timeline').twitter()              div.timeline
     twitter
•   <div class="timeline">
    <div class="tweet">
    <div class="icon"><img src="icon URL" /></div>
    <p>              </p>
    </div>
         tweet
    </div>
twitter plugin
twitter api
$.getJSON()
$.getJSON()
3
$.getJSON(url,data,callback)

url:          url
data:url    param
callback:
                      data
status 2
twitter
user_id
API
      URL
URL   user_id
jsonp
[Object,Object,Object
         …]
20
{




    @twitter




}
HTML
HTML
$()
$('<div></div>')
DIV
•   append             •   prependTo

                                   DOM


•   appendTo           •   after
         DOM


•   prepend            •   brefore



        Manipulation
icon
       icon
url
@id
replace
Timeline
bind trigger
.bind
•

• bind(    ,                       ,
               )       bind(
    ,              )

•                          click
• click
• onMouse
• blur
• onload
•
.trigger

•
• .trigger(       ,[data])
•
•

•
• $(this).bind('twitter.timeline',function()
  {$.getJSON(....)})
  //

• $(this).bind('twitter.reload',function(){})
  //

• $(this).bind('twitter.stop',function(){});
  //
•         0
    API

•
• .delay

• .delay
•   jQuery   Effecto


•   $("#logo").show("slow")
    .animate({left:+200},1000)
    .animate({left:-200},1000);

•
                       jQuery


                                  queue
timeline


• timeline
• Queue      timeline
                delary



•                        Queue
$this.bind(twitter.reload,function(){
  var $this = $(this);
      $this.queue(function() {
	

   $this.trigger("twitter.timeline")
	

   delay(opts.reload)
	

 .trigger("twitter.reload").dequeue();
});//
$.ajaxSetup(
{
      timeout: 5000,
      error: function() {
          $this.bind("twitter.stop");
      }
});
• jQuery     jQuery
  2

• jQuery   prototype



• jQuery plugin
•            Queue     Ajax

More Related Content

What's hot

HTML5を使ったウェブアプリケーションの高速化
HTML5を使ったウェブアプリケーションの高速化HTML5を使ったウェブアプリケーションの高速化
HTML5を使ったウェブアプリケーションの高速化hagino 3000
 
09 julia 开源移动开发框架
09  julia 开源移动开发框架09  julia 开源移动开发框架
09 julia 开源移动开发框架OpenSourceWeek
 
Jquery Introduction Hebrew
Jquery Introduction HebrewJquery Introduction Hebrew
Jquery Introduction HebrewAlex Ivy
 
Александр Кашеверов «Пара слов о веб - приложениях и что такое Gulp»
Александр Кашеверов «Пара слов о веб - приложениях и что такое Gulp»Александр Кашеверов «Пара слов о веб - приложениях и что такое Gulp»
Александр Кашеверов «Пара слов о веб - приложениях и что такое Gulp»DataArt
 
Symfony2でMongoDBと仲良くする方法
Symfony2でMongoDBと仲良くする方法Symfony2でMongoDBと仲良くする方法
Symfony2でMongoDBと仲良くする方法Koji Iwazaki
 
2012-10-12 - NoSQL in .NET - mit Redis und Mongodb
2012-10-12 - NoSQL in .NET - mit Redis und Mongodb2012-10-12 - NoSQL in .NET - mit Redis und Mongodb
2012-10-12 - NoSQL in .NET - mit Redis und MongodbJohannes Hoppe
 
"&gt;&lt;img src=x onerror=prompt(document.domain)&gt;
"&gt;&lt;img src=x onerror=prompt(document.domain)&gt;"&gt;&lt;img src=x onerror=prompt(document.domain)&gt;
"&gt;&lt;img src=x onerror=prompt(document.domain)&gt;Jaymark Pestaño
 
WordPress Customizer
WordPress CustomizerWordPress Customizer
WordPress Customizerslicejack
 
Web components
Web componentsWeb components
Web componentsJace Lee
 
Selectors & Traversing
Selectors & TraversingSelectors & Traversing
Selectors & Traversingswainet
 
アプリ設定の保存をシンプルに
アプリ設定の保存をシンプルにアプリ設定の保存をシンプルに
アプリ設定の保存をシンプルにsusan335
 
Jquery Preparation
Jquery PreparationJquery Preparation
Jquery Preparationumesh patil
 
ISO20022-2013 meta-model visualisation
ISO20022-2013 meta-model visualisationISO20022-2013 meta-model visualisation
ISO20022-2013 meta-model visualisationAlex Yakovlev
 
2014 it - app dev series - 03 - interagire con il database
2014   it - app dev series - 03 - interagire con il database2014   it - app dev series - 03 - interagire con il database
2014 it - app dev series - 03 - interagire con il databaseMongoDB
 
Ios8yahoo swift-json
Ios8yahoo swift-jsonIos8yahoo swift-json
Ios8yahoo swift-jsondankogai
 

What's hot (20)

Introducción a Bolt
Introducción a BoltIntroducción a Bolt
Introducción a Bolt
 
jQuery入門
jQuery入門jQuery入門
jQuery入門
 
Asp .net Jquery
Asp .net JqueryAsp .net Jquery
Asp .net Jquery
 
Prototype UI
Prototype UIPrototype UI
Prototype UI
 
HTML5を使ったウェブアプリケーションの高速化
HTML5を使ったウェブアプリケーションの高速化HTML5を使ったウェブアプリケーションの高速化
HTML5を使ったウェブアプリケーションの高速化
 
09 julia 开源移动开发框架
09  julia 开源移动开发框架09  julia 开源移动开发框架
09 julia 开源移动开发框架
 
Jquery Introduction Hebrew
Jquery Introduction HebrewJquery Introduction Hebrew
Jquery Introduction Hebrew
 
Александр Кашеверов «Пара слов о веб - приложениях и что такое Gulp»
Александр Кашеверов «Пара слов о веб - приложениях и что такое Gulp»Александр Кашеверов «Пара слов о веб - приложениях и что такое Gulp»
Александр Кашеверов «Пара слов о веб - приложениях и что такое Gulp»
 
Symfony2でMongoDBと仲良くする方法
Symfony2でMongoDBと仲良くする方法Symfony2でMongoDBと仲良くする方法
Symfony2でMongoDBと仲良くする方法
 
Jquerymobile ppt
Jquerymobile pptJquerymobile ppt
Jquerymobile ppt
 
2012-10-12 - NoSQL in .NET - mit Redis und Mongodb
2012-10-12 - NoSQL in .NET - mit Redis und Mongodb2012-10-12 - NoSQL in .NET - mit Redis und Mongodb
2012-10-12 - NoSQL in .NET - mit Redis und Mongodb
 
"&gt;&lt;img src=x onerror=prompt(document.domain)&gt;
"&gt;&lt;img src=x onerror=prompt(document.domain)&gt;"&gt;&lt;img src=x onerror=prompt(document.domain)&gt;
"&gt;&lt;img src=x onerror=prompt(document.domain)&gt;
 
WordPress Customizer
WordPress CustomizerWordPress Customizer
WordPress Customizer
 
Web components
Web componentsWeb components
Web components
 
Selectors & Traversing
Selectors & TraversingSelectors & Traversing
Selectors & Traversing
 
アプリ設定の保存をシンプルに
アプリ設定の保存をシンプルにアプリ設定の保存をシンプルに
アプリ設定の保存をシンプルに
 
Jquery Preparation
Jquery PreparationJquery Preparation
Jquery Preparation
 
ISO20022-2013 meta-model visualisation
ISO20022-2013 meta-model visualisationISO20022-2013 meta-model visualisation
ISO20022-2013 meta-model visualisation
 
2014 it - app dev series - 03 - interagire con il database
2014   it - app dev series - 03 - interagire con il database2014   it - app dev series - 03 - interagire con il database
2014 it - app dev series - 03 - interagire con il database
 
Ios8yahoo swift-json
Ios8yahoo swift-jsonIos8yahoo swift-json
Ios8yahoo swift-json
 

Viewers also liked

FCPD: Fibro Calculus Pancreatic Diabetes
FCPD: Fibro Calculus Pancreatic DiabetesFCPD: Fibro Calculus Pancreatic Diabetes
FCPD: Fibro Calculus Pancreatic DiabetesDr Joozer Rangwala
 
Abc jak zbudowany jest kolektor sloneczny
Abc jak zbudowany jest kolektor slonecznyAbc jak zbudowany jest kolektor sloneczny
Abc jak zbudowany jest kolektor slonecznyabc-kotly
 
техника безопасности при работе с компьютером
техника безопасности при работе с компьютеромтехника безопасности при работе с компьютером
техника безопасности при работе с компьютеромN1ka
 
Protección de las mujeres contra la violencia de genero en la argentina
Protección de las mujeres contra la violencia de genero en la argentinaProtección de las mujeres contra la violencia de genero en la argentina
Protección de las mujeres contra la violencia de genero en la argentinaMaría Isabel Sanchez
 
Abc jak dziala instalacja z pompa ciepla
Abc jak dziala instalacja z pompa cieplaAbc jak dziala instalacja z pompa ciepla
Abc jak dziala instalacja z pompa cieplaabc-kotly
 
SmsBazar - mobile marketplace
SmsBazar - mobile marketplaceSmsBazar - mobile marketplace
SmsBazar - mobile marketplaceAibek Dunaev
 
Protección de las mujeres contra la violencia de genero en la argentina
Protección de las mujeres contra la violencia de genero en la argentinaProtección de las mujeres contra la violencia de genero en la argentina
Protección de las mujeres contra la violencia de genero en la argentinaMaría Isabel Sanchez
 
Parent handbook final updated
Parent handbook final updatedParent handbook final updated
Parent handbook final updatedAibek Dunaev
 
Javascript2
Javascript2Javascript2
Javascript2mozks
 
Papi 2008 buku 2
Papi   2008 buku 2Papi   2008 buku 2
Papi 2008 buku 2citra Joni
 
Consumer Perception of Classic Cigaretters
Consumer Perception of Classic CigarettersConsumer Perception of Classic Cigaretters
Consumer Perception of Classic CigarettersKaran Arora
 
Що таке медичний переклад
Що таке медичний перекладЩо таке медичний переклад
Що таке медичний перекладEkaterina Glebova
 
Bahan sosialisas kualitas aseti
Bahan sosialisas kualitas asetiBahan sosialisas kualitas aseti
Bahan sosialisas kualitas aseticitra Joni
 
Shahara_Wooten_Final_Presentation
Shahara_Wooten_Final_PresentationShahara_Wooten_Final_Presentation
Shahara_Wooten_Final_PresentationWooten-S
 

Viewers also liked (20)

FCPD: Fibro Calculus Pancreatic Diabetes
FCPD: Fibro Calculus Pancreatic DiabetesFCPD: Fibro Calculus Pancreatic Diabetes
FCPD: Fibro Calculus Pancreatic Diabetes
 
Abc jak zbudowany jest kolektor sloneczny
Abc jak zbudowany jest kolektor slonecznyAbc jak zbudowany jest kolektor sloneczny
Abc jak zbudowany jest kolektor sloneczny
 
Presentacion 0000001
Presentacion 0000001Presentacion 0000001
Presentacion 0000001
 
техника безопасности при работе с компьютером
техника безопасности при работе с компьютеромтехника безопасности при работе с компьютером
техника безопасности при работе с компьютером
 
Protección de las mujeres contra la violencia de genero en la argentina
Protección de las mujeres contra la violencia de genero en la argentinaProtección de las mujeres contra la violencia de genero en la argentina
Protección de las mujeres contra la violencia de genero en la argentina
 
Abc jak dziala instalacja z pompa ciepla
Abc jak dziala instalacja z pompa cieplaAbc jak dziala instalacja z pompa ciepla
Abc jak dziala instalacja z pompa ciepla
 
Barriers to insulin therapy
Barriers to insulin therapyBarriers to insulin therapy
Barriers to insulin therapy
 
SmsBazar - mobile marketplace
SmsBazar - mobile marketplaceSmsBazar - mobile marketplace
SmsBazar - mobile marketplace
 
How to phrase your
How to phrase yourHow to phrase your
How to phrase your
 
Protección de las mujeres contra la violencia de genero en la argentina
Protección de las mujeres contra la violencia de genero en la argentinaProtección de las mujeres contra la violencia de genero en la argentina
Protección de las mujeres contra la violencia de genero en la argentina
 
Parent handbook final updated
Parent handbook final updatedParent handbook final updated
Parent handbook final updated
 
La tecnologia esperanzadora
La tecnologia esperanzadoraLa tecnologia esperanzadora
La tecnologia esperanzadora
 
Javascript2
Javascript2Javascript2
Javascript2
 
Crisis
CrisisCrisis
Crisis
 
Papi 2008 buku 2
Papi   2008 buku 2Papi   2008 buku 2
Papi 2008 buku 2
 
Consumer Perception of Classic Cigaretters
Consumer Perception of Classic CigarettersConsumer Perception of Classic Cigaretters
Consumer Perception of Classic Cigaretters
 
Що таке медичний переклад
Що таке медичний перекладЩо таке медичний переклад
Що таке медичний переклад
 
Compu
CompuCompu
Compu
 
Bahan sosialisas kualitas aseti
Bahan sosialisas kualitas asetiBahan sosialisas kualitas aseti
Bahan sosialisas kualitas aseti
 
Shahara_Wooten_Final_Presentation
Shahara_Wooten_Final_PresentationShahara_Wooten_Final_Presentation
Shahara_Wooten_Final_Presentation
 

Javascript4

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. \n
  57. \n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n
  69. \n
  70. \n
  71. \n
  72. \n
  73. \n