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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:38:33+00:00 2026-05-22T12:38:33+00:00

i wanted to see if stackoverflow was using a seperate plugin to do those

  • 0

i wanted to see if stackoverflow was using a seperate plugin to do those bright yellow popups that says “Please consider marking this answer as accepted or “Please consider adding a comment to why you down voted”

is this using a jquery plugin for this (something like cluetip, etc) or is this just handrolled ?

  • 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-22T12:38:34+00:00Added an answer on May 22, 2026 at 12:38 pm

    I don’t know what SO uses, but it’s not terribly hard to do something similar with jQuery

    Here’s a fiddle with something similar : http://jsfiddle.net/yuQ3E/

    $('button').click(function() {
        $messageCont = $('<div class="message_cont">');
        $message = $('<div>Some Message. Wait 3 secs!</div>').hide();
        $messageCont.append($message);
        $('body').prepend($messageCont);
        $message.fadeIn(400, function() {
            setTimeout(function(){
                $messageCont.fadeOut();
                //code to clean up container
            }, 3000)
        })
    });
    

    It’s pretty easy to modify it to clean up after itself by removing the container and so forth. Also, if you have the position, you can always make the container popup in a given area.

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

Sidebar

Related Questions

I am using facebook registration plugin and wanted to see if its possible to
I wanted to see if folks were using decimal for financial applications instead of
I wanted to see if others are using SQL Server 2008 Change Data Capture
I wanted to see how much faster reduce was than using a for loop
I wanted to see what folks thought were the best way to help junior
I just wanted to see if I could have your thoughts on the design
I just wanted to see if anyone is aware of any other debuggers capable
I have made a program in c and wanted to see, how much memory
I came up with a solution, but I wanted to see if anyone had
What are the most common memory optimizations in csharp, dotnet 2.0. Wanted to see

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.