PHP Classes

File: resources/scripts/script.js

Recommend this page to a friend!
  Classes of Kristo Vaher   Wave Framework   resources/scripts/script.js   Download  
File: resources/scripts/script.js
Role: Auxiliary data
Content type: text/plain
Description: Main JavaScript
Class: Wave Framework
MVC framework for building Web sites and APIs
Author: By
Last change: Update of resources/scripts/script.js
Date: 2 months ago
Size: 571 bytes
 

Contents

Class file image Download
/* * MyProjectNameHere <http://www.example.com> * Main JavaScript * * This is general use JavaScript file. Main JavaScript functionality should go here and * this file is loaded by default by View controller. * * @package View Controller * @author DeveloperNameHere <email@example.com> * @copyright Copyright (c) 2012, ProjectOwnerNameHere * @license Unrestricted * @tutorial /doc/pages/guide_view.htm * @since 1.0.0 * @version 1.0.0 */ // This is executed the moment document has finished loading $(document).ready(function(){ });