References : w3schools.com
1)http://www.w3schools.com/jsref/default.asp
2)http://www.w3schools.com/js/default.asp
JavaScript is the programming language of HTML and the Web.
obfuscation : Making code unreadable using advanced algorithms.
Change HTML element's content(.innerHTML)
<button type="button" onclick="document.getElementById('demo').innerHTML = Date()">
</button>
<p id="demo"></p>
O/P:
getElementById('demo') : to "find" an HTML element (with id="<<givenId>>")
.innerHTML : changes/sets the element content
________________________
Change HTML attributes(.src)
<button onclick="document.getElementById('myImage').src='pic_bulbon.gif'"></button>
<img id="myImage" src="pic_bulboff.gif" style="width:100px">
________________________
Change HTML styles(CSS)(.style.)
<p id="demo">JavaScript</p>
<button type="button" onclick="document.getElementById('demo').style.fontsize="25px">Click Me!</button>
Hide HTML element(CSS)(.style.display="none")
<p id="demo">JavaScript</p>
<button type="button" onclick="document.getElementById('demo').style.display="none">Click Me!</button>
Show/Display HTML element(CSS)(.style.display="block")
<p id="demo">JavaScript</p>
<button type="button" onclick="document.getElementById('demo').style.display="block">Click Me!</button>
________________________
Thank you a lot for providing individuals with a very spectacular possibility to read critical reviews from this site.
ReplyDeletepython Training in Pune
python Training in Chennai
python Training in Bangalore
Thank you a lot for providing individuals with a very spectacular possibility to read critical reviews from this site.
ReplyDeleteBest Devops Training in pune
Devops Training in Bangalore
Power bi training in Chennai