1.0.4 • Published 4 years ago

bootstrap-modal-remote v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

bootstrap.modal.remote

Bootstrap 4 Modal extended with ajax capabilities

Extend bootstrap 4-modal library with remote content capabilities.

Install

npm install bootstrap-modal-remote

Usage

var $modal = $('#my-modal');
$modal.modalRemote({
  url: 'http://my-endpoint',
  endpointDataType: 'json',
  params: {query01: 'value', query02: 'value2'},
  // Optional
  callbacks: {
    onContentLoaded: function (json) {
      // Custom modal content injection
    }
  }
});
1.0.4

4 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago