Twitter Bootstrap provides several functions that can be manually invoked on modal windows:
To open a modal window programmatically, use the $('#myModal').modal('show') method instead of $('#my-modal').modal({ show: 'false' }).
If you want to create a custom popup, consider using the following video tutorial:
[https://www.youtube.com/watch?v=zK4nXa84Km4](https://www.youtube.com/watch?v=zK4nXa84Km4)
The above is the detailed content of How to Open a Bootstrap Modal Window with jQuery?. For more information, please follow other related articles on the PHP Chinese website!