PHP Classes

File: assets/js/toggle.js

Recommend this page to a friend!
  Classes of harold rita   PHP Thesis Proposal Hub   assets/js/toggle.js   Download  
File: assets/js/toggle.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Thesis Proposal Hub
Store and publish research thesis documents
Author: By
Last change:
Date: 6 years ago
Size: 182 bytes
 

Contents

Class file image Download
$(document).ready(function(){ $('[data-toggle="offcanvas"]').click(function(){ $("#navigation").toggleClass("hidden-xs"); }); });