We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The accessibility plugin for Bootstrap, developed by eBay/PayPal seems to be incompatible with jquip. The respective lines of failing code:
bootstrapaccessibilityplugin/src/js/functions.js:
bootstrapaccessibilityplugin/src/js/functions.js
$.extend( $.expr[ ":" ], {
bootstrapaccessibilityplugin/src/js/alert.js:
bootstrapaccessibilityplugin/src/js/alert.js
$('.close').removeAttr('aria-hidden').wrapInner('<span aria-hidden="true"></span>').append('<span class="sr-only">Close</span>')
bootstrap/src/js/modal.js: This only happens when you trigger a modal. So far the first incompatible bootstrap part.
bootstrap/src/js/modal.js
var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
bootstrap/src/js/dropdown.js: This error happens when you trigger a dropdown.
bootstrap/src/js/dropdown.js
$parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))
Hopefully these could be resolved! :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The accessibility plugin for Bootstrap, developed by eBay/PayPal seems to be incompatible with jquip. The respective lines of failing code:
bootstrapaccessibilityplugin/src/js/functions.js
:bootstrapaccessibilityplugin/src/js/alert.js
:bootstrap/src/js/modal.js
:This only happens when you trigger a modal. So far the first incompatible bootstrap part.
bootstrap/src/js/dropdown.js
:This error happens when you trigger a dropdown.
Hopefully these could be resolved! :)
The text was updated successfully, but these errors were encountered: