How can we create search box with jquery | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can we create search box with jquery

14th Jan 2017, 7:06 AM
Digvijay Singh
Digvijay Singh - avatar
2 Answers
+ 3
Why jQuery when you can do it in pure HTML? <form action="http://google.com" method=GET> <input type=text name=q> <input type=submit> </
14th Jan 2017, 7:47 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 1
do in pure HTML5 <form action =" " method ="GET"><input type=search name="name"/><input type=submit/></form>
14th Jan 2017, 7:56 AM
Sun
Sun - avatar