Code Monkey home page Code Monkey logo

test's Introduction

Page Regions Associated Files More Information
Ribbon Any of the default master pagers.
CorrespondingCSS
  • Main Body – body: #s4-worspace
  • Suite bar – Left: #suiteBarLeft
  • Suite Bar – Right: @suiteBarRight
  • Ribbon container: #globalNavBox
Can be hidden via the Focus on Content button

Filtering test

<script type="text/javascript"> function filter() { alert("Filter selected"); evaporate(); disevaporate(); } function evaporate() { if (document.getElementById("andCheck").checked == false) { var androids = document.getElementsByClassName("android"); for (i = 0; i < androids.length; i++) { androids[i].style.display = "none"; } } if (document.getElementById("jsCheck").checked == false) { var javascripts = document.getElementsByClassName("js"); for (i = 0; i < javascripts.length; i++) { javascripts[i].style.display = "none"; } } if (document.getElementById("winCheck").checked == false) { var wins = document.getElementsByClassName("windows"); for (i = 0; i < wins.length; i++) { wins[i].style.display = "none"; } } if (document.getElementById("iosCheck").checked == false) { var apples = document.getElementsByClassName("ios"); for (i = 0; i < apples.length; i++) { apples[i].style.display = "none"; } } } function disevaporate() { if (document.getElementById("andCheck").checked == true) { var androids = document.getElementsByClassName("android"); for (i = 0; i < androids.length; i++) { androids[i].style.display = "block"; } } if (document.getElementById("jsCheck").checked == true) { var javascripts = document.getElementsByClassName("js"); for (i = 0; i < javascripts.length; i++) { javascripts[i].style.display = "block"; } } if (document.getElementById("winCheck").checked == true) { var wins = document.getElementsByClassName("windows"); for (i = 0; i < wins.length; i++) { wins[i].style.display = "block"; } } if (document.getElementById("iosCheck").checked == true) { var apples = document.getElementsByClassName("ios"); for (i = 0; i < apples.length; i++) { apples[i].style.display = "block"; } } } </script>

#This is the form for the filter

Android JavaScript iOS Windows

##These are our test paragraphs

My common block of text 1

My Android block of text 1 My iOS block of text My Windows block of text 1

My common block of text 2

My Andrioid and iOS block of text 1 My Andrioid and iOS and Javascript block of text 1 My Javascript block of text 1 My Android block of text 2 My Javascript block of text 2

test's People

Contributors

jhershey-ms avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.