最新回答 / 愛說話的小老虎
后面運行提示錯誤了提示:?Uncaught ReferenceError: $get is not defined$get('http://api.bing.com/qsonhs.aspx?q=' + searchText,function(d){} ?這行代碼錯誤<...圖片...>
2017-07-16
已采納回答 / Edge2J
top:$('#search-form').offset().top+$('#search-form')+10,left:$('search-form').offset(),根據你的代碼,選擇器錯了,$('#search-input'),少了.left,應該是left:$('#search-input').offset().left,
2017-06-23
最新回答 / Granzon
<!doctype html><html><head><meta charset="utf-8"><title>測試</title><link href="測試.css" rel="stylesheet" type="text/css"></head><body>? <div class="search-container">???? <div id="search_tab" cl...
2017-06-16
最贊回答 / 慕絲4684016
$.ajax({ ? ? ? ? type:'get', ? ? ? ? async:true, ? ? ? ? url:"http://api.bing.com/qsonhs.aspx?type=cb&q="+searchText, ? ? ? ? dataType:"jsonp", ? ? ? ? jsonp:'cb', ? ? ? ? jsonpCallBack:'callback', ? ? ? ? success:function (d) { ? ? ? ? ? ? var d=d.AS...
2017-05-31