Line 6: | Line 6: | ||
usa = $("#user_item").text(); | usa = $("#user_item").text(); | ||
$("#a").html(usa); | $("#a").html(usa); | ||
− | } | + | } |
</script> | </script> | ||
<p id="a" style="font-size: 3rem; color: black !important;">Text box is blank!</p> | <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> | <input type="button" style="width:10rem;height:10rem;background: gray" onClick="timedMsg()"></div> | ||
</html> | </html> |
Revision as of 06:57, 1 September 2018
Text box is blank!