jquery - tap state over area on mobile -
i building mobile site. using jquery ui loads cdn quicker having jquery mobile
my question around how deal hover state / tappable areas?
i show user have clicked on button.
is there way implement - should using hover or there improve way of doing this?
sorry know bit random
thanks
you can't utilize hover state there's no way know if user dangling finger above button, can utilize active state however. active state becomes...well...active when button pressed, create button image/styling 'depressed' beingness pressed in, , it'll go normal when user releases finger, real button.
this can done exclusively css, no need javascript. default jquery-ui button utilize active state already.
jquery html jquery-ui mobile
No comments:
Post a Comment