Skip to main content

All Questions

1 vote
1 answer
229 views

How to highlight the current section

When navigating in the menu bar, some of the options are not selected. I have tried to do it with JQuery but my attempts are in vain. Briefly what I am looking for is that if the user clicks Home Page ...
Martin Vargas's user avatar
0 votes
0 answers
58 views

How to trigger jquery on bootstrap 3 modal close

I have a django project with the following hidden modal embedded in the page, which is displayed on form submit: <div class="modal fade" id="thanksModal" tabindex="-1" role="dialog" aria-...
user1592380's user avatar
  • 35.5k
0 votes
1 answer
729 views

Which bootstrap column is the mouse hovering over?

I'm making a `django` website, where I have to change the color of text and make a box appears when hovering over their bootstrap column. The problem I'm having is trying to individually refer to the ...
timtti's user avatar
  • 25
-2 votes
1 answer
1k views

jquery not working on django

jquery does not work on django project I used with bootstrap. please help me .html <div class="domains-slider marquee"> <ul> <li><a href="#">BTC/USD</a&...
Ömer's user avatar
  • 131
0 votes
1 answer
69 views

JQuery: div class-specific hover not working with bootstrap css

Context: Developing a "google-calendar-like" hardware booking tool at work using DJango. View reservations (their time slot and reserving user). Click empty space to create another reservation (...
Patrick Dallaire's user avatar
1 vote
0 answers
252 views

django view i get this error Synchronous XMLHttpRequest

went i run this code y get this error in the browser error browser chrome Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. ...
Hitokirilv4's user avatar
4 votes
2 answers
479 views

Link not firing inside Bootstrap sortable li

I have a sortable list of Django objects inside a Bootstrap tab, with links inside each element. The links, when clicked, do nothing. There's no behavior whatsoever, as if you clicked plain text. When ...
DeltaG's user avatar
  • 760
2 votes
0 answers
677 views

Handling post back of Django all-auth in bootstrap 3 modal popup in Django App

I am using the Django All-Auth app in my Django website with bootstrap 3 navbar template where in the Log In button is in the navbar on the top-right. The navigation is in a different file navbar.html ...
Jayesh's user avatar
  • 1,513
1 vote
1 answer
3k views

Display validation errors of a Django Form after submitting via jQuery `.ajax`

General I have a form inside a modal. The modals content (the form) is loaded by jQuery .load through $('.modal-content').load('{% url 'edito' q.id %}');. Django returns by this URL through ...
rwx's user avatar
  • 706
-1 votes
2 answers
91 views

Destory a bootstrap 3.3.6 modal that's filled by djangos render_to_string

Description I have a page with multiple items and each of these have a information button. If this button is clicked a modal fades in and more inforamation should be displayed about the clicked item. ...
rwx's user avatar
  • 706
0 votes
1 answer
472 views

Bootstrap tag-inputs sending POST with spaces

I'm working in a system I did not developed made in Django using JQuery and Bootstrap. I have this tag-inputs: <div id="roles" class="tab-pane"><!-- ROLES --> <input id="...
Zair Henrique's user avatar
0 votes
1 answer
618 views

Django and Loading Javascript

I'm setting up a Bootstrap Carousel working from a Django-powered image database. I have no errors in the console log, jQuery is loading, etc., so I'm definitely missing something painfully obvious. ...
slink's user avatar
  • 211
0 votes
1 answer
1k views

SB Admin 2 CSS Incomplete

See Updates below I'm having issues with metismenu not acting as a left-side menu-panel. It stretches from left to right, almost as if it thinks it is a bootstrap3 style navbar. I first encountered ...
Jordan Hanna'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
1 vote
1 answer
3k views

Popover requires tooltip.js

What could be causing this 404 error, it seems like it only might be coming from ios devices: Requested URL: /post/415-7-ways-hide-survival-garden/Popover requires tooltip.js User agent: Mozilla/5.0 (...
John's user avatar
  • 359

15 30 50 per page