Bootstrap
A tool developed by Twitter for UI Design.
Hello all readers,
Something
to share with you all for not to be get trapped by bootstrap, and
looking forward for more interesting posts to rid from bootstrap
traps.
Yesterday, when I was working on a project where I have used BOOTSTRAP TAB-PAN where i have used data-toggle="tab"
to have multiple tabs on a single UI and got the requirement to have a
html chech-box in one of the tab’s form. As soon I have added the
check-box and what i saw that it is not getting checked/Unchecked, found a dead
check-box which is not letting me checked/Unchecked the check box.
Later
I digged into it and came to know that the attribute data-toggle="tab"
should only be put on the link (or button) that toggles the tab, not on the
tab itself.
And I have remove the data-toggle="tab" form tab div and found that check-box was working fine.
So use the bootstrap at its optimum.
And please do share some more post for the same.
No comments:
Post a Comment