Justin Cooney
Web Development Tips and Examples
Category: JQuery
-
I’ve been trying out the HTML5 Canvas element and its 2d rendering context to get a general feel for the functionality it adds and what purposes (if any) it could serve for Web-application development. So far I like how straightforward working with the HTML5 canvas element actually is. One can use either JQuery or JavaScript to…
-
Editable Select lists are a useful feature offered by JQuery through the JQuery-Ui ComboBox widget. In an earlier article I explained how to set up a basic JQuery ComboBox widget, which I will expand on in today’s article. So what is this article about? Bottom line is that I wanted to create something that looks…
-
JQuery Combobox By default there is no HTML control that can act as both a dropdown list and an editable input area. The best resource to create such a control is the JQuery Combobox widget. Overview HTML and Web-based controls can cause confusion for users who are accustomed to using Windows applications. Often the look…