Skip to content

A Javascript library for developing dashboard based web applications, this library handles fetching views, handling events and registering actions using AJAX.

License

Notifications You must be signed in to change notification settings

tommie24/dashboardjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DashboardJS

Software License

DashboardJS is a Javascript/jQuery Library that handles dashboard events, async views, XHR requests and responses/notifications and form handling allow you to concentrate on your front-end app logic. This Library is suitable for building typical dashboard based applications simple or complex.

Install

Include dashboard.js in your .html or view file

<script src="scripts/lib/dashboard.js"></script>

Usage

You can access the global Dashboard, Event, Global, Actions and Handler objects. All functionality is attached to these objects.

var data = Dashboard.serializeFormData();

Dashboard.actionAjax('route/to/your/server', data, function(response) {
	console.log(response);
	
	// Do whatever you want with response
});

Contributing

Contributions are welcome, Check Here :)

Documentation

Still working on documentation.

License

The MIT License (MIT). Please see License File for more information.

About

A Javascript library for developing dashboard based web applications, this library handles fetching views, handling events and registering actions using AJAX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%