Skip to main content

All Questions

1 vote
3 answers
7k views

BootstrapValidator turn off enabled and disabled the submit button when typing

How can always enable submit button when typing in BootstrapValidator?
1 vote
3 answers
4k views

Bootstrap Dropdown with tab pane

I created a dropdown successfully with the tab content change. But the problem is, after I select the value in the dropdown to change the tab content - Let's say from wan_static_ip to wan_dynamic_ip, ...
1 vote
4 answers
7k views

Make Contact Form 7 trigger a bootstrap modal

I have a Bootstrap based theme and I'd like the success message of Contact Form 7 trigger the Bootstrap Modal (i.e. a "popup"). I tried having the Modal sample code on my page <div class="modal ...
2 votes
2 answers
12k views

How to get form data through the Bootstrap forms and convert it into JSON

Following is my HTML5 code with bootstrap: <section id="login" class="main-box container-fluid col-xs-12 col-sm-12 col-md-12 col-lg-12"> <form id="login-form" method="post" action="login....
31 votes
5 answers
34k views

Font Awesome spinners icons not spinning

I have tried to add a Font Awesome spinner icons to a page when I click a button using Jquery, however the spinners does not actually spin. http://codepen.io/Riggster/pen/WvLZxb <li id="num1"> ...
0 votes
2 answers
2k views

links to #anchors in navbar not closing after clicked

I had previously solved issue where my navbar links weren't collapsing after being clicked and thanks to @Kami I had this working using the below code $(document).on('click','.navbar-collapse.in',...
0 votes
1 answer
45 views

Bootstrap dropdown button list hidden and full with

Hello guys I tried to implement an html table cell dropdown button to print files related to the current row and for that, I chose the bootstrap button. That button is on the last position in the row ...
3 votes
4 answers
10k views

Custom JQuery showing: Uncaught ReferenceError: $ is not defined on modal

Question Background: I have a simple ASP.NET MVC site using Bootstrap to render a view with nine panels. On each panel is a button that when clicked should produce a modal popup. The issue: If I ...
2 votes
3 answers
8k views

Changing jquery ui dialog z-index

I am using bootstrap and jquery UI dialog. At the top of my page there is a element which gets a z-index of 1000. When I open one of my jquery UI dialogs, the z-index of the outer div is 101. I ...
2 votes
1 answer
12k views

datatables bootstrap modal not working

I am trying to get a click to open editable content of my dyniamically generated rows in modals, using datatables plugin. I see an error: Uncaught TypeError: Cannot read property 'display' of ...
8 votes
3 answers
12k views

Bootstrap Datepicker scrolling issue

Experiencing a strange scrolling issue on my website where the bootstrap datepicker calendar doesn't stay with the input box that its attached to. Tried my best to recreate it in a jsfiddle. (in the ...
1 vote
2 answers
221 views

External link to a div on a one page Bootstrap site

I am building a one page site and the divs are set to sweep in horizontally using jQuery and CSS. link to site http://97squared.co.uk/starstruck-roadshow.co.uk/ The problem I have is that I want to be ...
0 votes
0 answers
335 views

Div overlapping when dynamically resizing (bootstrap CSS)

I have two divs that have to alternate its size when clicked on them. My current approach is to remove and add classes via jQuery in order to do so. When the first div is clicked and expanded to col-...
126 votes
16 answers
436k views

TypeError: $(...).modal is not a function with bootstrap Modal

I have a bootstrap 2.32 modal which I am trying to dynamically insert into the HTML of another view. I'm working with Codeigniter 2.1. Following Dynamically inserting a bootstrap modal partial view ...
0 votes
2 answers
2k views

Don't hide dropdown list when clicked inside it

I've made this dropdown menu using bootstrap. The problem is that it hides itself when I click inside it or check a checkbox inside it as well. How do I get it not to close unless clicked somewhere ...

15 30 50 per page
1
2 3 4 5
1831