タグ

Ajaxに関するfudafootaのブックマーク (2)

  • Programmable Search Engine  |  Google for Developers

    Send feedback Stay organized with collections Save and categorize content based on your preferences. Programmable Search Engine enables you to create a search engine for your website, your blog, or a collection of websites. You can configure your engine to search both web pages and images. You can fine-tune the ranking, add your own promotions and customize the look and feel of the search results.

    Programmable Search Engine  |  Google for Developers
    fudafoota
    fudafoota 2015/10/30
    Googleの検索APIのドキュメント。JSONで検索結果が返ってくる。現在は非推奨
  • はじめてajaxを使うときに知りたかったこと - Qiita

    はじめに 今更ですが最近ajaxを少し触るようになりました。 jQueryを使えば簡単にajax通信ができるため、単純なものであればそれほど実装は難しくないかと思います。 ですが少し複雑なことをやろうとしてみると、急にハードルが上がる気がします。 そこで自戒を込めて、ajax初心者の方に対してはじめにこれを知りたかったと思えるんじゃないかというものをまとめてみたいと思います。 ※jQueryを利用したajax通信を想定しています 目次 処理の順番を意識する $.ajax()の省略メソッドを知る イベントを知る デバッグ方法を知る 通信状況を想定する(タイムアウトを設定する) 連続クリックを防止する ← [New!] 連続通信を防止する ← [New!] 処理の順番を意識する ajaxを使用する場合は、非同期通信で処理したいケースがほとんどかと思います しかし単純にそのまま書いただけでは処理

    はじめてajaxを使うときに知りたかったこと - Qiita
    fudafoota
    fudafoota 2015/08/21
    jQueryのDeferredの処理はクセがあるけどすごく便利そう
  • 1