chessboard.js simplifies the process of drawing out a chess board on a Web page, along with adding and properly placing chess pieces inside it.The library can distinguish between chess' starting positions and in-game movements, utilizing the international...

read more

AutoCompleteJS works by automatically opening a dropdown list whenever a user focuses inside an input field.The list holds possible items that can be entered inside the input field.These items can even be categorized using nested lists, ideal when the...