seomoz / zendesk-search

Search for tags and such in zendesk
MIT License
1 stars 0 forks source link

Make the search button clickable #3

Open dlecocq opened 10 years ago

dlecocq commented 10 years ago

Allow the user to maybe type in their search, click a button and have the results display in the console.

dlecocq commented 10 years ago

You will probably want to use a library called jquery. It'll allow you to both easily capture events of button clicks, read the contents of the search text, and then eventually create new HTML elements

dlecocq commented 10 years ago

Documentation of handlebars templating