8000 GitHub - FlusherDock1/ajax: AJAX Framework for October CMS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

FlusherDock1/ajax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

October AJAX Framework

This repository contains the AJAX framework of October CMS. If you want to build a website using October CMS, visit the main October CMS repository.

Installation outside October CMS

Your application can use the octobercms npm package to install the AJAX Framework as a module for build tools like webpack.

  1. Add the octobercms package to your application.
npm install --save octobercms
  1. Require and start the Framework in your JavaScript bundle.
var oc = require('octobercms');

// Make an AJAX request
oc.ajax('onDoSomething');

// Enable data attributes API
oc.AjaxFramework.start();

// Enable extra features
oc.AjaxExtras.start();

// Enable turbo routing
oc.AjaxTurbo.start();

License

The October CMS platform is licensed software, see End User License Agreement (EULA) for more details.

About

AJAX Framework for October CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0