PHP Classes

File: site/lib/UI/jquery/assets/js/docs.js

Recommend this page to a friend!
  Classes of Muhammad Mengrani   PHP CouchDB Product CRUD   site/lib/UI/jquery/assets/js/docs.js   Download  
File: site/lib/UI/jquery/assets/js/docs.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CouchDB Product CRUD
Manage products stored in a CouchDB database
Author: By
Last change: Update of site/lib/UI/jquery/assets/js/docs.js
Date: 2 months ago
Size: 715 bytes
 

Contents

Class file image Download
// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT // IT'S ALL JUST JUNK FOR OUR DOCS! // ++++++++++++++++++++++++++++++++++++++++++ !function ($) { $(function(){ var $window = $(window); // Disable certain links in docs $('section [href^=#]').click(function (e) { e.preventDefault() }); // side bar $('.bs-docs-sidenav').affix({ offset: { top: function () { return $window.width() <= 980 ? 290 : 210 } , bottom: 270 } }); // Buttons download $('.download-btn').button(); // make code pretty window.prettyPrint && prettyPrint(); }) }(window.jQuery);