-
Bootstrap 3 radio-inline and checkbox-inline elements running together.
I was having issues with Bootstrap 3 radio buttons running together even though the labels had a “radio-inline” attribute. After examining the layout of the html being generated, I realized that each individual label and radio button was being wrapped in its own containing element (in this case, a “td” element.) The reason for this is the…
-
Twitter Bootstrap Modal Won’t Load Content from Another (“Remote”) Page
Short answer You apparently need a skeleton [modal … modal-body … /modal] for your data-target, not just an empty modal with the data-target. A Programmer’s False Assumptions – The API is Broken or Old Initially, I was concerned that my Rails plugin wasn’t using a version of Bootstrap that didn’t include the remote loading of…