Jump to content
FJB - Forum Jual Beli Indonesia
Masuk untuk mengikuti  
bot

Video: IHSG Ambruk 5%, Longsor ke Level 7.900-an

Recommended Posts

CNBC Indonesia HOME [1] MARKET [2] MY MONEY [3] NEWS [4] TECH [5] LIFESTYLE [6] SHARIA [7] ENTREPRENEUR [8] CUAP CUAP CUAN [9] CNBC TV[10]
Search History
`; }); suggestionsContainer.innerHTML = suggestionList } function fetchSuggestionsJSONP(query, callback) { const script = document.createElement('script'); const callbackName = `jsonpCallback_${Date.now()}`; script.src = `https://suggestqueries.google.com/complete/search?client=chrome&q=${encodeURIComponent(query)}&callback=${callbackName}`; window[callbackName] = function (data) { callback(data[1], query); // Pass suggestions to callback delete window[callbackName]; // Clean up document.body.removeChild(script); // Remove script tag }; script.onerror = function () { console.error('Error fetching JSONP suggestions'); delete window[callbackName]; document.body.removeChild(script); }; document.body.appendChild(script); } // Debounced input handler const handleInput = useDebounce((event) => { const query = event.target.value.trim(); if (!query) { showDefault(); return; } fetchSuggestionsJSONP(query, (suggestions) => { if (!suggestions || suggestions.length === 0) { suggestionsContainer.innerHTML = `

No results found

` return; } renderSuggestions(suggestions, query); showSuggestion(); }); }, 200); // debounce delay value searchInput.addEventListener('keyup', handleInput); function setSearchKeywords(keywords) { document.cookie = `lastSearchKeyword=${encodeURIComponent(JSON.stringify(keywords))}; path=/`; } function getSearchKeywords() { const cookies = document.cookie.split('; '); for (let cookie of cookies) { let [name, value] = cookie.split('='); if (name === 'lastSearchKeyword') { try { return JSON.parse(decodeURIComponent(value)); } catch (e) { return []; } } } return []; } document.addEventListener("click", e => { const btn = e.target.closest(".remove-history"); if (!btn) return; const value = btn.dataset.value.trim(); let history = getSearchKeywords(); history = history.filter( v => v.trim() !== value ); history.length ? setSearchKeywords(history) : document.cookie = "lastSearchKeyword=; path=/; max-age=0"; btn.closest("div").remove(); }); let searchHistoryCookie = getSearchKeywords() if (!Array.isArray(searchHistoryCookie)) { searchHistoryCookie = [] } let searchHistoryList = ""; if (searchHistoryCookie.length > 0) { for (let i = 0; i ${searchHistoryCookie} [11]

References

  1. ^ HOME (www.cnbcindonesia.com)
  2. ^ MARKET (www.cnbcindonesia.com)
  3. ^ MY MONEY (www.cnbcindonesia.com)
  4. ^ NEWS (www.cnbcindonesia.com)
  5. ^ TECH (www.cnbcindonesia.com)
  6. ^ LIFESTYLE (www.cnbcindonesia.com)
  7. ^ SHARIA (www.cnbcindonesia.com)
  8. ^ ENTREPRENEUR (www.cnbcindonesia.com)
  9. ^ CUAP CUAP CUAN (www.cnbcindonesia.com)
  10. ^ CNBC TV (www.cnbcindonesia.com)
  11. ^ ${searchHistoryCookie} (www.cnbcindonesia.com)

Sumber

Share this post


Link to post
Share on other sites
Masuk untuk mengikuti  

×
×
  • Create New...