-
This project is inspired by and based on the W3.js library, originally developed by W3Schools.
-
The code in this repository represents a custom implementation of the W3.js functionality, adapted and written in my own style to suit specific requirements.
-
I express my gratitude to W3Schools for their work on developing the original W3.js library, which has been instrumental in the creation of this project.
-
For complete documentation visit W3.JS
Function | Description |
---|---|
w3.hide |
Hides HTML elements |
w3.show |
Shows HTML elements |
w3.toggleShow |
Toggles between hiding and showing HTML elements |
w3.toggleClass |
Toggles the class of HTML elements |
w3.addClass |
Adds one or multiple classes to HTML elements |
w3.addStyle |
Adds style to HTML elements |
w3.removeClass |
Removes one or multiple classes from HTML elements |
w3.filterHTML |
Filters the display of HTML elements |
w3.sortHTML |
Sorts the display of HTML elements |
w3.slideshow |
Make HTML elements display as a slideshow |
w3.displayObject |
Displays JavaScript objects in HTML |
w3.includeHTML |
Displays HTML in HTML |
w3.getHttpObject |
Reads JSON data from a server |
Attribute | Description |
---|---|
{{ }} |
Defines where to display data |
w3-repeat |
Defines where to repeat data |
w3-include-HTML |
Defines where to include HTML |