I have developed one page in my site using twitter bootstrap. In that I have included below mentioned js of bootstrap.
bootstrap-transition.js
bootstrap-alert.js
bootstrap-modal.js
bootstrap-dropdown.js
bootstrap-scrollspy.js
bootstrap-tab.js
bootstrap-tooltip.js
bootstrap-popover.js
bootstrap-button.js
bootstrap-collapse.js
bootstrap-carousel.js
bootstrap-typeahead.js
This page is working fine in FF and chrome. when I open that page in IE and check any check box , it will take some time to check/uncheck that checkbox. and same thing happnes in case of dtropwown, it takes some time to expand/collapse dropdown.
So I removed one by one all bootstrap js, it started increasing performance. and when all bootstrap js was removed it started working fine same as other browser.
So is there any solution to solve this?
Thanks in advance.