photo credit: shooting brooklyn via photopin cc
ã¯ããã«
jQueryã§ã¯ãã¹ãã¡ã¤ã³Ajaxï¼å¥ã®ãµã¼ãã«ãããã¼ã¿ãèªãï¼ãå®ç¾ããã«ã¯ãjquery.xdomainajax.jsã¨ãããã©ã°ã¤ã³ã使ãã¨ç°¡åã«å®è£ ã§ãã¾ãã
Javaéçºè
ã®ããã® Ajaxå®è·µéçºå
¥é
posted with amazlet at 13.08.31
æ²³æ åä¹ å·å°» å ç¦æ²¢ ç¥æµ·
æè¡è©è«ç¤¾
売ãä¸ãã©ã³ãã³ã°: 81,127
æè¡è©è«ç¤¾
売ãä¸ãã©ã³ãã³ã°: 81,127
jquery.xdomainajax.jsã®å ¥æ
jquery.xdomainajax.jsã¯ã以ä¸ã®ãµã¤ããããã¦ã³ãã¼ããããã¨ãã§ãã¾ãã
jquery.xdomainajax.jsã®ä½¿ãæ¹
以ä¸ã®ããã«jQueryãã¤ã³ã¯ã«ã¼ãããå¾ã«ãjquery.xdomainajax.jsãã¤ã³ã¯ã«ã¼ããã¾ãã
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="jquery.xdomainajax.js" type="text/javascript"></script>
ãµã³ãã«ããã°ã©ã
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>jquery.xdomainajax.jsã®ãã¹ã</title> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="jquery.xdomainajax.js" type="text/javascript"></script> </head> <body> <h1>jquery.xdomainajax.jsã®ãã¹ã</h1> <script> // ãã¼ãå®äºã¤ãã³ã $(document).ready(function(){ $.ajax({ url: 'https://www.google.co.jp', type: 'GET', cache: false, // ãã£ãã·ã¥OFF // ãã¼ã¿ã®ãã¼ãå®äºæã®å¦ç success: function(res) { content = $(res.responseText).text(); ãããããã// åå¾ããå 容ãã³ã³ã½ã¼ã«ã«åºå ããããããconsole.log(content); } }); }); </script> </body> </html>
é¢é£ã¨ã³ããª
- jQueryã§ãã§ãã¯ããã¯ã¹ã®ãã§ãã¯ç¶æ ã調ã¹ãæ¹æ³
- jQueryãã©ã°ã¤ã³Chosenã®ä½¿ãæ¹
- jQueryã°ã©ãæç»ã©ã¤ãã©ãªjqplotã§æ£ã°ã©ããæã
- jQueryã°ã©ãæç»ã©ã¤ãã©ãªjqplotã§æãç·ã°ã©ããæã
- jQueryã§ã¢ã¼ãã«ãã¤ã¢ãã°ãå®ç¾ããAvgrund Modal