蛸メモ

PHP、Wordpressなどなど。勉強したことを全部、まとまってなくても気にせずどんどん書くメモ。

Ajax

12月17日のメモ

サーバサイドからJSONを吐き出すときのContent-Typeについて http://blog.nomadscafe.jp/archives/000578.html IEだけjQueryでgetJSONが動かない http://kennyqi.com/archives/221.html youtubeのAPIを使う時ieだけgetJSONが上手くいかない原因はこのあたり…

12月16日のメモ

jQueryでページ内リンクをクリックするとスクロール ページ内リンクにmy-scroolと言うクラスをつけて使う。 $(function(){ $('.my-scroll').on('click',function(){ target = $($(this).attr('href')); targetPos = target.offset().top; $('html, document'…

Author
id:web_octopus web_octopus

web無職