简体   繁体   中英

How can I make a bootstrap slide modal?

As in modals with arrows on each side.

I need to do this with 5 modals that will just go in a circle.

I would like to use only html/css, javascript, and bootstrap.

I'm not to familiar on how to use a js file and call it in an html file but i'm assuming it is similar to calling from a css file.

I've been using jQuery Dialog , part of the jQuery UI library. It provides modal dialog support that you can implement on the client side. There are some jsfiddle.net examples if you search. You could use arrow buttons on each side to navigate forward and backward.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM