2011-04-01から1ヶ月間の記事一覧

jQueryでドはまり

ローカル環境でjQueryのload関数を使って後から読み込んだhtml内の要素に対して bindでイベントを設定することはできるが $(document).ready(function() { jQuery('.hoge').bind('mouseover', { targetHtml:'hoge.html' },click_link ); }); function click_…

jQueryでHP作ることになった

Ajaxでごりごり書くことはあったけども、jQueryは初めて書く。 <body> <script src="jquery-1.5.2.js"></script> <script type = "text/javascript" language="javascript"></body>

jQueryでHP作ることになった

Ajaxでごりごり書くことはあったけども、jQueryは初めて書く。 <body> <script src="jquery-1.5.2.js"></script> <script type = "text/javascript" language="javascript"></body>