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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:57:37+00:00 2026-05-27T18:57:37+00:00

To blink a text on button in IE, chrome, safari either using css or

  • 0

To blink a text on button in IE, chrome, safari either using css or JQuery

    $('.blink').css('text-decoration','blink'); 

will work in Firefox, not in IE.

Here I want to blink the value of button, not the button entirely.

I am using

    <input id="button12" type="button"  class ="button-click" value="X"> 

Here I want to blink button value ‘X’ only and button will remains unchanged in blink of value i.e button will not blink.

  • 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-27T18:57:38+00:00Added an answer on May 27, 2026 at 6:57 pm

    Just for the fun of it, here’s one that animates:

    setInterval(blink, 710);
    function blink() {
        var elm = $("#button12"),
        mycolor = elm.css('color');
        mycolor == 'rgb(0, 0, 0)' ? mycolor='transparent' : mycolor='rgb(0, 0, 0)';
        elm.animate({color: mycolor},300);
    }
    

    With a FIDDLE!

    __

    And one that does not animate:

    setInterval(blink, 500);
    function blink() {
        var elm = $("#button12"),
        myval = elm.val();
        myval == "" ? myval="X" : myval="";
        elm.val(myval);
    }
    

    Also with a FIDDLE!

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

Sidebar

Related Questions

How do i blink the text in console using C#?
How do I make a user's browser blink/flash/highlight in the task bar using JavaScript?
using target=_blank in the navigateToUrl with Firefox on Windows it opens in new tab,
I have a grid view will two different button columns. I want to perform
I'm using the CSS based rollover trick that switches the background position of the
I have a WPF window( using c# as code behind) that has some text
I am using a simple Asp.Net button and trying to hide it on page
I am trying to place some text over a button image. I manage to
I have a button that I only want enabled when a textfield is not
I am trying to add a button on the Customize Tool Window on Firefox

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.