PHP Classes

File: js/menu.js

Recommend this page to a friend!
  Classes of Rodrigo Faustino   AppML PHP CRUD   js/menu.js   Download  
File: js/menu.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: AppML PHP CRUD
Example of the AppML to build CRUD pages
Author: By
Last change:
Date: 6 months ago
Size: 179 bytes
 

Contents

Class file image Download
function menu() { var x = document.getElementById("myTopnav"); if (x.className === "topnav") { x.className += " responsive"; } else { x.className = "topnav"; } }