Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 818257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:07:30+00:00 2026-05-15T02:07:30+00:00

In an attempt to follow best practices, we’re trying to use the proper JavaScript/jQuery

  • 0

In an attempt to follow best practices, we’re trying to use the proper JavaScript/jQuery events according to what device you are using. For example, we’re building a mobile site that has an tag that will have an onclick or touch event. In the case of an iPhone, we’d like to use the “touchstart” event. We’d like to test if their device supports “touchstart” before we bind that handler to the object. If it doesn’t, then we will bind “onclick” instead.

What is the best way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T02:07:30+00:00Added an answer on May 15, 2026 at 2:07 am

    You can detect if the event is supported by:

    if ('ontouchstart' in document.documentElement) {
      //...
    }
    

    Give a look to this article:

    • Detecting event support without browser sniffing

    The isEventSupported function published there, is really good at detecting a wide variety of events, and it’s cross-browser.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In trying to understand javascript best practices, I'm attempting to recreate a piece of
trying to follow example in the expert f# book, and having an issue with
I am trying to follow: http://dev.mysql.com/doc/refman/4.1/en/fulltext-natural-language.html in an attempt to improve search queries, both
I'm trying to follow the SWIG Java example located here . This example uses
When I attempt to use SWI-Prolog's http_post/4 , as follows: :- use_module(library(http/http_client). update(URL, Arg)
First attempt to use this cool site - after searching for 2 hours: So
I attempt to use webservice return POCO class generated from entity data model as
Even though the following works: http://jsfiddle.net/N7D5r/ My attempt at using the same code does
This question is a follow-up to my last question: JavaScript Serialization and Methods .
This is my first attempt at a jquery plugin and I've looked at a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.