Question:Which of the following will correctly call a dialog prompt?
A $(‘#myModal’).modal() B $(‘#myModal’).modal({keyboard:false}) C $(‘#myModal’).modal(‘show’) D All
+ AnswerD
+ Report