Download the PHP package webcito/jquery-bs-confirm without Composer

On this page you can find all versions of the php package webcito/jquery-bs-confirm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package jquery-bs-confirm

jquery-bs-confirm

A small JQuery plugin that creates a confirmation dialog using the bootstrap modal.

options

property type description default
dialog string Additional classes that can be added to the modal-dialog element ''
showHeader bool Here you can specify whether the modal-header element should be displayed or not. true
title string|html If the header is to be displayed, the header text can be specified here. 'Please confirm this action'
message string|html This is where the modal body text is defined. 'Are they sure they want to do this action?'
animationClass string Here the animation can be defined by the appear. For example, you can add classes from animate.css. 'fade'
confirmText string The text of the confirmation button 'confirm'
cancelText string The text of the cancel button 'cancel'
onConfirm function The function is triggered upon confirmation. () => {}
onCancel function The function is triggered when you cancel. () => {}
onComplete function The function is triggered in both cases and returns the parameter isConfirmed to know if confirmed or cancelled. ({bool} isConfirmed) => {}
onShow function This event fires immediately when the show instance method is called. If caused by a click, the clicked element is available as the relatedTarget property of the event. () => {}
onShown function This event is fired when the modal has been made visible to the user (will wait for CSS transitions to complete). If caused by a click, the clicked element is available as the relatedTarget property of the event. () => {}
onHide function This event is fired immediately when the hide instance method has been called. () => {}
onHidden function This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete). () => {}

All versions of jquery-bs-confirm with dependencies

PHP Build Version
Package Version
Requires components/jquery Version >=3.6.0
twbs/bootstrap Version >=5.3.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package webcito/jquery-bs-confirm contains the following files

Loading the files please wait ....