jQueryã®ajax()ãä¸æããæ¹æ³ãç´¹ä»ãã¾ãã ï¼ï¼åé¡ç¹ 次ã®ããã«ãajax()ã¡ã½ããã§HTMLãåå¾ããã³ã¼ããããã¾ãã <script src="http://code.jquery.com/jquery-latest.js"></script> <script> $(function(){ $('#execute').click(function(){ $.ajax({ url: "http://user-domain/foo.cgi", type: "GET", dataType: 'html', }) .done(function( data ) { $('#foo').html(data); }) .fail(function( data ) { // ... }); }); }); </script> <input type="button" id="exec
{{#tags}}- {{label}}
{{/tags}}