Skip to content

lunax-project/lunax-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Lunax JS

Dependencies

* jQuery.js
* History.js

Using LunAjax.js:

$("element").LunAsync("#main"/* Destination data */, {
  animation: "#my-loading", // Element with loading
  animation_delay: 1000, // Delay after loading default is 1000ms

  start: function() {
    // Action before start
  },

  success: function(data) {
    // Action after success
  },

  error: function(e) {
    // Action on error
  },

  complete: function() {
    // Action after complete
  }
});

About

Javascripts to use in Lunax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published