-
Which of the following occurs after fixed positioned is added to the element?
-
- affix-top.bs.affix
- affixed-top.bs.affix
- affixed.bs.affix
- affix.bs.affix
- None of these
Correct Option: C
affixed.bs.affix occurs after fixed positioning is added to the element e.g. after .affix-top class is replaced with .affix class, affix-bs.affix occurs before fixed positioning is added to the element e.g. when .affix-top class is to be replaced with .affix class.