0
I’m using the following component: http://jqueryui.com/spinner/#time As shown in the example, but in a modal bootstrap..
The problem is that my Spinner does not appear the Up and Down buttons, peeking into my code I saw that when I remove the following include the buttons now appear:
<script src='${pageContext.request.contextPath}/JS/bootstrap/bootstrap.min.js' charset="utf-8"></script>
I don’t know what it might be, some kind of conflict probably follows an image when debugging..
Will this here Error using Jquery UI and Bootstrap no help?
– ShutUpMagda
z-index made no difference at all :/
– Fernando Muniz Erthal
As I said, the problem for when I remove Javascript, not bootstrap css..
– Fernando Muniz Erthal
Show the
<head>
of the document<html>
, or the way you are including the libraries.– ShutUpMagda
The following is a picture of the head: http://prnt.sc/drq8g5
– Fernando Muniz Erthal