Skip to main content

Home/ Scripters/ Group items tagged simple

Rss Feed Group items tagged

Jac Londe

Write text - How to Create Simple HTML5 Application Output with JavaScript - For Dummies - 1 views

  • <!DOCTYPE html> <html> <head> <title>Outputting Data to HTML</title> <script language="JavaScript"> function WriteText() { document.getElementById("myText").innerHTML = "Clicked!"; } </script> </head> <body> <h1>Creating HTML Element Output</h1> <div><p id="myText">Change Me</p></div> <div><input id="btnClickMe" type="button" value="Click Me" onclick="WriteText()" /> </div> </body> </html>
Jac Londe

RSS Feeds Reader Plugin for jQuery - Zazar Online Website Builder - 0 views

shared by Jac Londe on 27 Dec 14 - No Cached
  •  
    This plugin will read RSS feeds from any website URL using the Google Feeds API. It produces structured HTML with in-built CSS classes for styling. Simple and easy to use.
Jac Londe

PxLoader | A Simple JavasScript Preloader - 0 views

  •  
    Pixel pre loader
1 - 4 of 4
Showing 20 items per page