Wie öffne ich das Bootstrap-Modal ohne Klick? [Duplikat]

8

Ich muss ein Bootstrap-Modal in der Erfolgsfunktion von ajax auf meiner Seite öffnen. Die Erfolgsfunktion wird aufgerufen, wenn das Formular abgeschickt wird. Also gibt es eine Methode, das Bootstrap-Modal ohne einen Klick zu öffnen. Ich bin ein Anfänger .., bitte hilf mir hier. Das ist mein Ajax-Anruf ..

%Vor%

und das ist mein modaler HTML-Code ..

%Vor%     
alex_gabriel 20.03.2015, 04:16
quelle

1 Antwort

20

$("#getCodeModal").modal('show');

Sie können sich für weitere Informationen darauf beziehen: Wie öffne ich ein modales Bootstrap-Fenster mit jQuery?

    
JK ABC 20.03.2015 04:30
quelle