On Tue, Dec 4, 2012 at 5:03 PM, tonym <[email protected]> wrote: > Thanks Bryan, > >> Which name-one are you using? The script.aculo.us one from 1.3, >> hobo_jquery_ui or hobo_bootstrap_ui? The latter two fire events, >> check the documentation for the underlying toolkit for more details. > > > I'm using hobo_bootstrap_ui tried finding something in the docs but haven't > spotted it - will look again. >
You're right, they don't appear to be firing custom events: http://twitter.github.com/bootstrap/javascript.html#typeahead You should be able to hook into change events on one of the subcomponents. Or you can use the jQuery-UI based version: http://api.jqueryui.com/autocomplete/ Bryan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
