Skip to main content

All Questions

1 vote
1 answer
55 views

Ajax issue of Django user login using bootstrap 3.x modal

My purpose is once modal form submitted, ajax pass the username and password to a view and get back the json info to update the modal form, I trace the djanog code ,and 100% sure the JsonResponse(...
wu peter's user avatar
2 votes
1 answer
1k views

hide.bs.modal not firing in Bootstrap 3.2 w/ Django 1.6.5 (remote modal content)

I'm working on a dashboard that shows a list of hosts. When the user clicks on a host, I would like to pop up a modal dialog with additional details about that host. I'm currently using Bootstrap's ...
Paul Greene's user avatar
2 votes
1 answer
2k views

modal dialog not dismissing bootstrap

I have the following modal dialog in a django tempalate search_results.html <div class="modal fade " id="search-results" tabindex="-1" role="dialog" aria-labelledby="modal" aria-hidden="true"> ...
Apostolos's user avatar
  • 8,001