Category Archives: jQuery

jQuery Item Suggest

For a project that I am working on I wanted to make use of a type ahead input box for searching. I found Peter Vulgaris’s jQuery Suggest which worked well. The thing is the results for the suggest that I … Continue reading

Posted in Javascript, jQuery | Tagged , | 1 Comment

jQuery Othello

As an experiment with using jQuery and events I decided to make a javascript version of othello. The computer picks one of the moves that has the most conversions to its color.

Posted in Javascript, jQuery | Leave a comment