- Sage.js Intro
- Hiding elements
- Showing elements
- Togging elements
- Getting input/textarea values
- Setting input/textarea values
- Getting HTML content
- Setting HTML content
- Toggling HTML content
- Appending HTML content
- Prepending HTML content
- Getting attribute value
- Setting attribute value
- Event handling using when()
- Selecting elements using E()
- Getting CSS using getStyle()
- Setting CSS with setStyle()
- Adding a class with addClass()
- Removing a class with removeClass()
- Toggling a class with toggleClass()
- Slide show with slideShow()
- Loading data with loadData()
- Sending data with sendData()
- File previewing with filePreview()
- Getting location with myLocation()
- Getting location by ip adress with locationByIp()
- Copying text with copyText()
- Making a clock with clock()
- Making a count down with countDown()
- Calling a function after sometime using after()
- Calling a function every after sometime using every()
- Stoping the executing function using stop()
- Dragging & Dropping elements with dragDrop()
- Creating a file with createFile()
- Randomising numbers with random()
- Creating a single page app (SPA) with createSPA()
Loading data...