Displaying 1 result from an estimated 1 matches for "twitterbootstrap".
2012 Sep 10
2
suggestion for user-friendly input: typeahead
...gine, the flight data will be very large; it could be
thousands if it is international.
I will ask users to input the desired flight plan, and it will be
crucial if the users make mistakes when typing in the forms. So,
naturally I need some sort of input helpers.
Currently, I am planing on using TwitterBootstrap Typeahead method
http://twitter.github.com/bootstrap/javascript.html#typeahead
But this requires the data to be ready as soon as the page is ready. In
that case, I am very afraid that CPU''s and database processes would be
beyond the potential capabilities.
Do you think it will work if I...