Difference between revisions of "Team:Jilin China/Enc/CodeLab"

(Blanked the page)
 
(60 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{:Team:Jilin_China/CSS}}
+
 
<html>
+
<script>
+
function timedMsg(){
+
var usa = "";
+
$("#user_item").contents().each(function(){
+
    if(this.nodeType === 3){
+
    usa += this.wholeText;
+
    }
+
});
+
$("#a").html(usa);
+
if (usa == "Belle" || usa == "pinhki" || usa == "login"){ $("#a").html(usa + "a");}
+
}
+
</script>
+
<p id="a" style="font-size: 3rem; color: black !important;">Text box is blank!</p>
+
<input type="button" style="width:10rem;height:10rem;background: gray" onClick="timedMsg()"></div>
+
</html>
+

Latest revision as of 06:23, 14 November 2018