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 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

I've made this little plugin to show Twitter style alerts: jQuery.fn.myAlert = function (options)
How can I fix the view of this twitter on my blogger blog. Here
This is my sample twitter program it works but there are several errors if
Following this code my button works perfectly: http://twitter.github.com/bootstrap/javascript.html#modals Fades and everything. I want to
I'm searching Twitter for tweets with this code: - (void)fetchTweets { NSURL *url =
I found this link Link to another page using Twitter Bootstrap jquery modal in
Im using class.twitter.php ( http://emmense.com/php-twitter/documentation/v11-methods-available/ ) Im using this code: $summize = new summize;
I'm extracting twitter user's profile image through JSON. For this my code is: $x->profile_image_url
I am trying to get twitter updates like this: try { $doc = new
EDIT: This question is now redundant since Twitter no longer supports basic auth. I've

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.