+ 5
single code from jquery
could anyone tell me the use of this line in js. $("input").val(""); this was a part of creating a to-do list.
3 odpowiedzi
+ 3
It sets the value of the input tag to an ampty string. (clears the input field)
+ 3
yochanan sheinberger thanks
0
ok