Hello,
I'm using "bootstrap-accessibility-plugin" on a website on which each page does not include the whole Bootstrap framework.
And this makes the below error happen :
TypeError: $.fn.modal is undefined
bootstrap-accessibility.js
Line 98
It looks like Bootstrap accessibility plugin does not check if Twitter Bootstrap functions are available before prototyping them. Or maybe I do not include it correctly.
Hello, I'm using "bootstrap-accessibility-plugin" on a website on which each page does not include the whole Bootstrap framework.
And this makes the below error happen :
TypeError: $.fn.modal is undefined bootstrap-accessibility.js Line 98
It looks like Bootstrap accessibility plugin does not check if Twitter Bootstrap functions are available before prototyping them. Or maybe I do not include it correctly.
Do you have any idea about that problem ?