python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
on hide.bs.modal event not firing
i am trying to do some things when i close a bootstrap modal on the website i am making. The modal closes, but the event is not fired. I have done some troubleshooting and can not figure out what i mi...
pzyqux
Votes: 0
Answers: 3
How to simplify this modal code with loop in javascript
I am trying to open a modal when an image is opened. The code here is working but I want to find a way to simplify this or shortened the code just in case there are more images with modals to be opene...
dreamer
Votes: 0
Answers: 1
bootstrap modal ajax send two time on submit
When I open a modal, then click the submit (to send ajax post request for instance) and if I close the modal, reopen it again and re-submit it send 2 times the request (event with e.preventDefault() )...
kent2004
Votes: 0
Answers: 1
Laravel: How to show dynamic data on popup modal related to image on every image click
I have to setup a Novel setup means I have to show episodes of every related novel on its click.
public function Novels()
{
$Novels = Novel::latest()->get();
foreach($Novels ...
Bilal Hussain
Votes: 0
Answers: 1