Skip to content

shubhamaydas/webViewAutoSuggest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webViewAutoSuggest

/* document.querySelectorAll('.test')[0].click(); */

The Document Object

The querySelector() Method

Add a background color to the first element with class="example":

I am a paragraph.

I am a paragraph.

Linkedin!


Enter Name :

Proceed as a guest <script> function myFunction(value) { alert(value); } document.querySelectorAll(".example")[1].style.backgroundColor = "red"; document.querySelectorAll(".example")[1].style.color = "white"; document.querySelector(".textI").style.color = "red" document.querySelector("input.input").style.backgroundColor = "red"; document.querySelector("input.sdasdas").style.color = "white"; document.querySelector("input.sdasdas").style.color = "white"; document.querySelector("input.sdasdas").value = "Shubhamay Das"; document.querySelector("button.jlhwmy").click(); </script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors