Wallogit.com
2017 © Pedro Peláez
A very lightweight YouTube search autocomplete. No javascript library needed!, (*1)
This is not just a youtube autocomplete, it will also suggest any keywords available on google., (*2)
Screenshot, (*3)
, (*4)
Basic Usage, (*5)
\
<link rel="stylesheet" href="youtube_autocomplete.css" />
\, (*6)
\
\, (*7)
\
<input type="text" id="youtube_ac">, (*8)
Youtube_AC.Init(limit,minchar);, (*9)
Where:
limit = the number of max results on autocomplete. Default = 8
minchar = the number of min input characters needed in order to fire the autocomplete event. Default = 3, (*10)
Installation, (*11)
Composer: - composer require "marvicrm/youtube_autocomplete":"dev-master", (*12)
Manual: - Download the project as zip file, extract on your desired folder, (*13)
Please run the demo.html for actual testing, (*14)