Friday, 12 May 2017

Using Node.js with Javascript functions

I'm writing a Node.js application that is rendering a pug file to display. Within the pug file, I am trying to use typeahead.js to automcomplete a search string. The external javascript library (i.e., typeahead) appears to load fine, but is not getting called upon input to the search bar.

I'm probably missing something related to Node here. Any pointers that could help?



via Daniel

No comments:

Post a Comment