Back to tech

jQueryでphpの出力結果だけを持ってきたい時の処理

1 min read

jQueryでphpなどのスクリプトの結果だけを持ってきたい時の処理

$('#result').load('example.php',function(){</div>
                  $('table:even').css('background-color','#FFFFCC').fadeIn(800);</div>
                  $('table:odd').css('background-color','#CCFFCC').fadeIn(800);</div>
              });