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

  • Home
  • SEARCH
  • 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 3491828
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:41:04+00:00 2026-05-18T11:41:04+00:00

in twitter this is the normal and this is hover glow is there a

  • 0

in twitter
this is the normal
alt text

and this is hover glow
alt text

is there a jquery plugin or code or css effect can do that

  • 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-18T11:41:04+00:00Added an answer on May 18, 2026 at 11:41 am

    Have you tried the .focus event? http://api.jquery.com/focus/
    You can do something like:

    $(document).ready(function()
    {
        $('twiter_textareas_selector').focus(function()
        {
             $(this).css('border':'blue 3px solid');
        }).blur(function()
        {
             $(this).css('border':'gray 1px solid');
        });
    });
    

    Usually, it’s better to use classes to do this (methods .addClass() and .removeClass() ), but the example is only to show the idea. 🙂

    I don’t know if there is an way doing it by css, but by jquery is difficult to appear different behaviours from one navigator to another.

    I have done some tests on twitter site, so I’he found those properties used in chrome and firefox. If you don’t want the glow set them like this:

    -moz-box-shadow: 0 0 0 none;
    -webkit-transition: border 0 linear;
    -webkit-box-shadow: 0 linear;
    

    In other navigators there will be more properties to set, because the first is only for firefox and the next are for webkit based browsers like chrome.
    And .unbind(‘focus blur’) because twitter use them to make sure all the navigators see the pages correctly.

    A code like this:

    $(document).ready(function()
    {
        $('twiter_textareas_selector').unbind('blur focus'); //try to stop the twitter scripts
        $('twiter_textareas_selector').focus(function()
        {
             $(this).css('moz-box-shadow': '0 0 0 none', '-webkit-transition': 'border 0 linear', '-webkit-box-shadow': '0 linear');
        });
    });
    

    I hope it helps you! ^^

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

Sidebar

Related Questions

Im using class.twitter.php ( http://emmense.com/php-twitter/documentation/v11-methods-available/ ) Im using this code: $summize = new summize;
I am using this code to get the userInfo twitter = oauthtwitter.OAuthApi(CONSUMER_KEY, CONSUMER_SECRET, access_token)
I have a array that looks like this: $sites = array('Twitter' => 'http://twitter.com/home?status=$status', 'Digg'
I'm trying to display a table full of twitter statuses (yes, this is the
I just saw a really cool WPF twitter client that I think is developed
I'm creating similar thing to twitter retweet function! This is my database table for
I've used this example to retrieve my twitter feeds however it has an error
This case is really strange, i've spent 2 whole days to get Twitter Oauth
I am consuming the Twitter API and want to convert all URLs to hyperlinks.
Since I've joined twitter I have found it very helpful to keep my finger

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.