夜の歌

プログラミング、音楽、本について緩く書いていきます。

2013-07-20から1日間の記事一覧

YouTubeのAPIを使って(7月19日)

YouTubeのAPIを使って試行錯誤中です。でも、少しずつ分かってきた、JavaScriptとjQueryがw <html> <head> </head> <body> <input type="text" id="a"> <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script> $(function() { $('#a').focus(); )}; </script> </body> <html> ままま、jQueryですよ。まずはw $('#a').focus();で、ページを読み込んだ際に、…</html></html>