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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T15:48:02+00:00 2026-06-02T15:48:02+00:00

I am searching for a good placeholder plugin which will work in IE8 and

  • 0

I am searching for a good placeholder plugin which will work in IE8 and with input type password. I found some, but none of them suffices my requirements. Also that placeholder text I need should be dimmed and italic.

Any information will be very helpful to me.

  • 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-06-02T15:48:05+00:00Added an answer on June 2, 2026 at 3:48 pm
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
        <script src="Scripts/jquery-1.7.1.min.js" type="text/javascript"></script>
        <script type="text/javascript">
            $(document).ready(function () {
                if ($.browser.msie) {         //this is for only ie condition ( microsoft internet explore )
                    $('input[type="text"][placeholder], textarea[placeholder]').each(function () {
                        var obj = $(this);
    
                        if (obj.attr('placeholder') != '') {
                            obj.addClass('IePlaceHolder');
    
                            if ($.trim(obj.val()) == '' && obj.attr('type') != 'password') {
                                obj.val(obj.attr('placeholder'));
                            }
                        }
                    });
    
                    $('.IePlaceHolder').focus(function () {
                        var obj = $(this);
                        if (obj.val() == obj.attr('placeholder')) {
                            obj.val('');
                        }
                    });
    
                    $('.IePlaceHolder').blur(function () {
                        var obj = $(this);
                        if ($.trim(obj.val()) == '') {
                            obj.val(obj.attr('placeholder'));
                        }
                    });
                }
            });
        </script>
    </head>
    <body>
    <textarea placeholder="Detail-1" rows="3" cols="3" value=""></textarea><br />
    <input type="text" placeholder="UserName" /><br />
    <input type="password" placeholder="Password" /><br />
    <textarea placeholder="Details-2" rows="3" cols="3"></textarea>​
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

1. Okay this is probably lame question, but I haven't found good result searching
Ok so I’ve done a good deal of searching found some and played and
I've been searching for a good way in which to style up a selectbox,
I am searching for a good mode to develop a application which shows 7
I am searching for a good system for PHP, which does UnitTesting, Subversion, Coding
I've been searching for some good guidance on this since the concept was introduced
I am searching for some good tricks of project settings in Visual Studio 2010
I'm searching for a good ASP.NET Unit Testing tool. Googling gives me some tools,
I've been searching for a good example of ActionBar in pre-3.0 devices but I
After searching online for quite some time, I cannot find a good way to

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.