Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function showText() {
- let readMoreElement = document.getElementById('more');
- let displayTextElement = document.getElementById('text');
- readMoreElement.style.display = 'none';
- displayTextElement.style.display = 'inline';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement