Skip to content
redlab edited this page Jun 16, 2012 · 3 revisions

Welcome to the bootstrap-ext wiki!

Typeaheadmap info

$("#cities").typeaheadmap({ "source":arrayOfObjects, "key": "city", "value": "code", "listener": function(k, v) { $("#postalcodes").val(v) })

Clone this wiki locally