Edward Waked
Edward Waked
lines 517 and 804 are using `$.trim()` instead of `String.prototype.trim.call()` and JMIGRATE is warning of deprecated code.
`// Set the jBox type jQuery.type(type) == 'string' && (this.type = type);` jQuery.migrate-3.3.2 throws this warning for line 198 in jbox.all.js v 3.5 I am not sure how to fix...
Like it says in the title, we need to remove the aria hidden from the prev and next stage elements for screen readers. Ive tried altering the css and using...