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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:47:01+00:00 2026-05-26T11:47:01+00:00

I am looking to apply a jquery ui like highlight effect to an element

  • 0

I am looking to apply a jquery ui like highlight effect to an element , but I am using jquery mobile. Is there anything built into jquery mobile that would allow me to do that, without referencing any of the jquery ui stuff ?

Thanks

  • 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-26T11:47:02+00:00Added an answer on May 26, 2026 at 11:47 am

    Would something like this work?

    NOTE: this might affect the hash navigation but it’s all CSS

    • http://jsfiddle.net/MEzAU/

    CSS

    :target {
        -webkit-animation: target-fade 3s 1;
        -moz-animation: target-fade 3s 1;
    }
    
    @-webkit-keyframes target-fade {
        0% { background-color: rgba(0,0,0,.1); }
        100% { background-color: rgba(0,0,0,0); }
    }
    @-moz-keyframes target-fade {
        0% { background-color: rgba(0,0,0,.1); }
        100% { background-color: rgba(0,0,0,0); }
    }
    

    HTML

    <a href="#1">Link 1</a>
    <a href="#2">Link 2</a>
    <a href="#3">Link 3</a>
    <p id="1">Paragraph 1</p>
    <p id="2">Paragraph 2</p>
    <p id="3">Paragraph 3</p>
    

    Link reference:

    • http://snook.ca/archives/html_and_css/yellow-fade-technique-css-animations
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for somthing like this to use it in a JQuery Mobile/Phonegap App.
I need to apply a jQuery plugin to an HTML element that will be
I'm looking to recreate apple's cover flow effect using jQuery. I've looked at some
I'm using jQueryUI and jQuery-tmpl, but I believe the advice I'm looking for is
Is there a jQuery equivalent to prototype's defer? I'm looking for something that will
I'm looking for something similar to this: Active navigation with jQuery - can't apply
I'm looking at transferring existing functionality (built with PrototypeJS) to jQuery and have been
I am creating my jQuery element like this: var addLink = $(<a/>, { click:
I really want to create a stunning-looking GUI desktop application that looks like, for
I know $() is the jQuery function... but what does $({}) reference/do? I'm looking

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.