bootstrap-modal-remote

1.0.4 • Public • Published

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
    }
  }
});

Readme

Keywords

none

Package Sidebar

Install

npm i bootstrap-modal-remote

Weekly Downloads

12

Version

1.0.4

License

MIT

Unpacked Size

7.02 kB

Total Files

9

Last publish

Collaborators

  • raulferras