UI Deploy

Curated, Short, Web UI Dev we Love.

Use jQuery to enhance lists, tables and menus

Learn how to progressively enhance elements with JavaScript plug-ins to give a better user experience

Lists, tables, and select boxes; not the most glamorous parts of web development, but we’ll be looking at three libraries that enhance each of them. That means you can safely use them without worrying about users that aren’t using JavaScript. We’ll use List.js (listjs.com) to enhance <ul>s and <ol>s; Dynatable (www.dynatable.com) to add searching and pagination to tables; and Chosen (bit.ly/1faIhQG) to enrich <select> elements.

view source

Advertisement