-4
 function tinyurl(){
     jQuery.ajax({
         url:'http://tinyurl.com/api-create.php?url=http://xxxxxxxxxxx/',
         dataType:'script',
         success:function(response){
             var tiny = response.id;
         }
     });
 }


function wal(){
   jQuery.ajax({
       url:'Http://xxxxx.xx/xxx' + tiny +',
       dataType:'jsonp',
       success:function(data){
       }
   });
}

frnd関数でその小さなURLを使用したいのですが、助けてください

成功していません 助けてください。

その response.id を wal function で使用したい。

4

1 に答える 1