質問編集履歴
1
6行目URLの修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
jQuery( '#jquery-sample-button' ) . toggle(
|
|
19
19
|
function() {
|
|
20
20
|
jQuery . ajax(
|
|
21
|
-
'https://www.google.com/complete/search?q=hallo&hl=en&output=toolbar
|
|
21
|
+
'https://www.google.com/complete/search?q=hallo&hl=en&output=toolbar',
|
|
22
22
|
{
|
|
23
23
|
dataType: 'xml',
|
|
24
24
|
success: function( data ) {
|