InterviewSolution
Saved Bookmarks
| 1. |
What is Affix Plugin in Bootstrap? |
|
Answer» Affix plug-in helps in locking an HTML element to be fixed with another set. Affix PLUGIN is a set of classes for toggling off and on the behavior of locking and unlocking. There are 3 classes for the PURPOSE of toggling:-“.affix,” “.affix-top,” and “.affix-bottom.” Each class is for a specific state. We must add our own CSS properties to manipulate the actual positions; the only exception is that of “position:fixed” on the “.affix” class. Affix plugin is USED as it helps in easy handling of locking elements. |
|