¡@

Home 

2014/10/16 ¤W¤È 12:01:48

jquery Programming Glossary: accessibility

jQuery difference between change and click event of checkbox

http://stackoverflow.com/questions/11205957/jquery-difference-between-change-and-click-event-of-checkbox

the W3C the onclick event is triggered by the keyboard for accessibility purposes SCR35 Making actions keyboard accessible by using the..

Loading alternative content via tabs and jQuery and JSP

http://stackoverflow.com/questions/2203269/loading-alternative-content-via-tabs-and-jquery-and-jsp

active tab with CSS display none but i wasn't sure about accessibility would screen readers pick up this data Apologies if this does.. one important consideration but i wasn't sure about accessibility would screen readers pick up this data Screenreaders won't execute..

“javascript:void(0);” vs “return false” vs “preventDefault()”

http://stackoverflow.com/questions/3498492/javascriptvoid0-vs-return-false-vs-preventdefault

. Another possibility is input type image . This has the accessibility advantages of the button with full visual control but only for..

:nth-child is not working in IE

http://stackoverflow.com/questions/3951390/nth-child-is-not-working-in-ie

none info cells are just kicked off the page with CSS for accessibility clicking image of inactive column just opens column doesn't..

Make a link open on double click

http://stackoverflow.com/questions/4562012/make-a-link-open-on-double-click

return false Live copy I can't imagine this is good for accessibility and I bet there are other things not catered for above. Which..

Disabling browser tooltips on links and <abbr>s

http://stackoverflow.com/questions/457366/disabling-browser-tooltips-on-links-and-abbrs

because the appearane of the machine readable date was an accessibility issue for those with cognitive disabilities aswell as some screen.. ufdata jQuery Usage .ufsuppress javascript jquery accessibility microformats share improve this question As far as I know..

What is the most accurate way to emulate the “placeholder” attribute in browsers that don't support it natively?

http://stackoverflow.com/questions/5575621/what-is-the-most-accurate-way-to-emulate-the-placeholder-attribute-in-browsers

text. A LABEL is important to have especially for accessibility while placeholder text can be thought more as 'help text' in..

Disabling Previous and Next buttons in Mobile Safari

http://stackoverflow.com/questions/7472465/disabling-previous-and-next-buttons-in-mobile-safari

previous and next controls This is for an iPad web app so accessibility is not an issue. jquery mobile safari share improve this..

ie javascript form submit with file input

http://stackoverflow.com/questions/9396411/ie-javascript-form-submit-with-file-input

Workaround Solution Same as above Take advantage of the accessibility features built in to the label tag clicking on a label will..

Disabling page zoom in IE7 (jQuery/JS)

http://stackoverflow.com/questions/946284/disabling-page-zoom-in-ie7-jquery-js

JS I know this is not the best thing to do in view of accessibility but I have a genuine need to disable the user from zooming onto..

jQuery difference between change and click event of checkbox

http://stackoverflow.com/questions/11205957/jquery-difference-between-change-and-click-event-of-checkbox

onchange share improve this question According to the W3C the onclick event is triggered by the keyboard for accessibility purposes SCR35 Making actions keyboard accessible by using the onclick event of anchors and buttons In order to provide..

Loading alternative content via tabs and jQuery and JSP

http://stackoverflow.com/questions/2203269/loading-alternative-content-via-tabs-and-jquery-and-jsp

build 4 tables and hide the ones that don't relate to the active tab with CSS display none but i wasn't sure about accessibility would screen readers pick up this data Apologies if this does not make sense and i feel i may be trying to over complicate.. .empty beforehand to get rid of all rows. Edit I overlooked one important consideration but i wasn't sure about accessibility would screen readers pick up this data Screenreaders won't execute any JavaScript CSS. If this is actually a showstopper..

“javascript:void(0);” vs “return false” vs “preventDefault()”

http://stackoverflow.com/questions/3498492/javascriptvoid0-vs-return-false-vs-preventdefault

:nth-child is not working in IE

http://stackoverflow.com/questions/3951390/nth-child-is-not-working-in-ie

allCells dd .css position relative top 1 left 0 display none info cells are just kicked off the page with CSS for accessibility clicking image of inactive column just opens column doesn't go to link #page wrap .delegate a.image click function e if..

Make a link open on double click

http://stackoverflow.com/questions/4562012/make-a-link-open-on-double-click

case 13 Enter case 32 Space window.location this.href return false Live copy I can't imagine this is good for accessibility and I bet there are other things not catered for above. Which all feeds into But I'd strongly recommend against doing it..

Disabling browser tooltips on links and <abbr>s

http://stackoverflow.com/questions/457366/disabling-browser-tooltips-on-links-and-abbrs

date times. The BBC dropped support for hCalendar because the appearane of the machine readable date was an accessibility issue for those with cognitive disabilities aswell as some screen reader users. http www.bbc.co.uk blogs bbcinternet 2008.. title function this .attr title this .attr ufdata this .removeAttr ufdata jQuery Usage .ufsuppress javascript jquery accessibility microformats share improve this question As far as I know it is not possible to actually suppress showing the title..

What is the most accurate way to emulate the “placeholder” attribute in browsers that don't support it natively?

http://stackoverflow.com/questions/5575621/what-is-the-most-accurate-way-to-emulate-the-placeholder-attribute-in-browsers

text. Note that a LABEL isn't necessarily the same as placeholder text. A LABEL is important to have especially for accessibility while placeholder text can be thought more as 'help text' in addition to the label. The other option is what you've been..

Disabling Previous and Next buttons in Mobile Safari

http://stackoverflow.com/questions/7472465/disabling-previous-and-next-buttons-in-mobile-safari

it feels rather hacky buggy. Can I universally disable the previous and next controls This is for an iPad web app so accessibility is not an issue. jquery mobile safari share improve this question So far the best solution for me based on Jezen Thomas..

ie javascript form submit with file input

http://stackoverflow.com/questions/9396411/ie-javascript-form-submit-with-file-input

submitting the form 5 will throw a security error The Workaround Solution Same as above Take advantage of the accessibility features built in to the label tag clicking on a label will activate it's associated control by styling a label tag instead..

Disabling page zoom in IE7 (jQuery/JS)

http://stackoverflow.com/questions/946284/disabling-page-zoom-in-ie7-jquery-js

page zoom in IE7 jQuery JS I know this is not the best thing to do in view of accessibility but I have a genuine need to disable the user from zooming onto the page using CTRL in IE7. I got it working for the other..