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 8616867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:43:14+00:00 2026-06-12T05:43:14+00:00

I am developing a mobile website. I am using Jquery mobile and iscroll plugin.

  • 0

I am developing a mobile website. I am using Jquery mobile and iscroll plugin. Everything works fine in chrome. But while checking in firefox i could find the :active css styles written for the elements are not working.

here is the fiddle
http://jsfiddle.net/zq5AW/

The active effect is working in chrome but not in firefox.

But when i removed the jquery.mobile.iscrollview-min.js include line. It started working in firefox also. Can anyone suggest a fix?

Note: Same question was found on googling

https://groups.google.com/forum/?fromgroups=#!topic/iscroll/lqPomh3y-TU

But there was no answers.

  • 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-06-12T05:43:15+00:00Added an answer on June 12, 2026 at 5:43 am

    Mithunsatheesh, you have a conflict in between two libraries – jQuery and jQuery Mobile. Are you sure that you need two libraries loading at the same time?

    If you change the order the way you load your libraries, then everything will work and you will get desired result:

    Working Example

    Other than that, I could offer you another solution, which would be just to use jQuery to get desired effect, as I don’t see any other working possibility:

    $(document).ready(function() {
        $("p").mousedown(function() {
            $(this).addClass('hovered');
        }).mouseup(function() {
            $(this).removeClass('hovered');
        });
    });
    

    Working Example 2

    UPDATED:

    Referring to your last comment, here is my final solution for you:

    $(document).ready(function() {
        $("p").mousedown(function() {
            hovered = true;
            $(this).addClass('hovered');
        });
        $(document).mouseup(function() {
            if (hovered === true) {
                $("p").removeClass('hovered');
                hovered = false;
            }
        });
    });
    

    Working Example 3

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

Sidebar

Related Questions

I am developing a mobile app using j2me. It works fine in sony ericsson
I'm developing a mobile website for smartphones and using jquery mobile. first test: http://pastehtml.com/view/bq51kpbmm.html
I'm developing a mobile website using the jQuery Mobile library. I have a header,
I am using jQuery UI Sortable . I am developing a mobile only website,
I'm developing a mobile oriented website using asp.net. This website will consume some web
I'm developing a relatively simple website using a media query to target mobile devices
I'm developing a mobile website in HTML/HTML5. This is NOT an iOS app but
I am developing a mobile website but have encountered this problem - a font
I'm developing a mobile website using ASP.NET. For mobile device detection I use the
I am a beginner to jQuery Mobile and am developing a mobile website within

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.