Skip to content Skip to sidebar Skip to footer
Showing posts with the label Detection

Is It Possible To Detect If A Plugin Is Activated Or Not Through Javascript?

This way I would normally detect plugins, such as Flash Player: for (var el in navigator.plugins) {… Read more Is It Possible To Detect If A Plugin Is Activated Or Not Through Javascript?

How Would I Detect Touch Screens In Jquery And Hide A Div

How would I use this code: function is_touch_device() { return !!('ontouchstart' in windo… Read more How Would I Detect Touch Screens In Jquery And Hide A Div