1.

Which event occurs when collapsible element is fully shown?(a) show.bs.collapse(b) shown.bs.collapse(c) hidden.bs.collapse(d) hide.bs.collapseThe question was posed to me during an online exam.This interesting question is from Responsive Overview topic in portion Advance HTML of HTML

Answer»

The correct choice is (b) shown.bs.collapse

Best EXPLANATION: shown.bs.collapse occurs when collapsible element is FULLY shown after CSS transitions have completed, SHOW..bs.collapse occurs when collapsible element is about to be shown. HIDDEN.bs.collapse occurs when collapsible element is fully hidden. .hide.bs.collapse occurs when collapsible element is about to be hidden.



Discussion

No Comment Found

Related InterviewSolutions