I am working on the Wikipedia Viewer API and unable to get the result after clicking the search button.
Me too, I donât know what is the problem. 
Hey Sneha, you are calling the click function on the form input(#searchTerm) instead of the search button(#search) .
$("#searchTerm").click(function() { ..}
Just change it to
$("#search").click(function() {..}
Cheers!..
hi arjun its not working either way
can you help what could be the other possible way
YA it worked thanksâș
Is it possible to get the answer when i press enter key also
For now im getting the answer only when i click the search button
This should helpâŠJquery form submit event
nice document thanks
one more query the current page shows the result only after some delay. Is it possible that i can get the result instatntlyâŠapart from using AngularJS do you have any suggestionsâŠ?
