Dynamic HTML
Prev | 1 | 2 | 3 | 4 | 5 | 6 | Next
home
Changing Text Elements
- Change actual HTML on the page, on the fly
- Four properties:
- Inner- used to replace actual HTML inside of a container
- Outer- used to replace an entier element and its contents
- Text- textual representation of the HTML without tag information
- HTML- actual HTML string, with all embedded HTML information
View example code