On Windows Phone’s IE Touchstart Event Ends Automatically After Few Seconds

I suspect you are running into a multi-touch issue… Remember, touch events are not the same as mouse events. You can touch with more than one finger. What happens if you touch with one finger than add a second finger? You get two consecutive touchstart events. The same is probably true for touchend. I suspect … Read more

How to bind ‘touchstart’ and ‘click’ events but not respond to both?

Update: Check out the jQuery Pointer Events Polyfill project which allows you to bind to “pointer” events instead of choosing between mouse & touch. Bind to both, but make a flag so the function only fires once per 100ms or so. var flag = false; $thing.bind(‘touchstart click’, function(){ if (!flag) { flag = true; setTimeout(function(){ … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)