Tell me what is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?
Answer / Sulekha
The first line disables the keyboard for a specific modal instance, while the second line sets the default behavior so that all new modals will have the keyboard disabled.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many different media queries are used by the Bootstrap grid system by default?
Why use Bootstrap?
Do you know what global styles are applied as a part of bootstrap's default typography?
Explain what is column offset in bootstrap?
How to classified pagination in bootstrap?
Explain what are the advantages of bootstrap?
What is bootstrap 4 navs?
Tell us what contextual classes are available to style the panels?
What do you mean by bootstrap classloader?
Explain what is the use of Bootstrap Carousel plugin?
Tell me how will you customize links of pagination?
Tell me what is modal plugin used for in bootstrap?