javascript Programming Glossary: ux
Eliminate 300ms delay on click events in mobile Safari http://stackoverflow.com/questions/12238587/eliminate-300ms-delay-on-click-events-in-mobile-safari wait to see if the user intends to double click but from a UX perspective waiting 300ms is often undesirable. One solution..
jQuery Pagination by div height (not item) http://stackoverflow.com/questions/2030125/jquery-pagination-by-div-height-not-item wouldn't have anything to do with jQuery in any case. Good UX would be to just use a scroll bar instead of trying to reinvent..
Prefered Alternative to OnMouseOver for touch http://stackoverflow.com/questions/4550427/prefered-alternative-to-onmouseover-for-touch or work arounds that are less disruptive to the UX of a webpage that will be used with both mouse devices and touch..
Prevent pop-ups from being blocked http://stackoverflow.com/questions/4956359/prevent-pop-ups-from-being-blocked
JavaScript in <head> or just before </body>? http://stackoverflow.com/questions/7751514/javascript-in-head-or-just-before-body the following scheme Scripts that are essential for the UX of the page goes in the head. As I've picked up perusing the.. there. Scripts that are non essential to the design and UX Google Analytics scripts etc. of the page goes before the body..
jQuery/JavaScript JSON object comparison http://stackoverflow.com/questions/8108666/jquery-javascript-json-object-comparison of change or not which basically looks like from a UX perspective. I figure if I can find the differences if any between..
How to Increase browser zoom level on page load? http://stackoverflow.com/questions/9441557/how-to-increase-browser-zoom-level-on-page-load or they use low resolution . Typically you should not make UX decisions for people. But it is possible. Full sample http jsfiddle.net..
|