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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:14:37+00:00 2026-06-17T06:14:37+00:00

Please does anyone know the script that can help me highligh the content of

  • 0

Please does anyone know the script that can help me highligh the content of a textfield on the first click

on the second click the selection / highligh should be cleared from the text box leavingg the insertion point.

Thank You in ADvance..

  • 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-17T06:14:38+00:00Added an answer on June 17, 2026 at 6:14 am

    The script selects the text on the first click, but after every consecutive click the textarea will behave like a textarea always does. When the text area loses its focus due to the blur event and you click on it again, the text will be selected again.

    Live Demo on JsFiddle

    (function () {
        var area = document.querySelector('#txt'),
            clicked = false;
    
        area.addEventListener('click', function () {
            if (!clicked) {
                area.select();
                clicked = true;
            }
        });
    
        area.addEventListener('blur', function () {
            clicked = false;
        });    
    })()
    

    Because of addEventListener and querySelector the example is not fully cross browser compatible.

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

Sidebar

Related Questions

please help how to add variables in this script, does anyone know? Thank you
Can anyone please tell me what exactly this script does? #! /bin/sh test –f
Does anyone know of or can anyone please produce a simple example of Django's
Please, does anyone know of a widget which behaves like the one named Example:
Can anyone please explain me what delegateEvents in backbone.js does? The documentation did not
It does not matter what programming language. Can anyone please give me an idea
Does anyone know on how to create a UITextField that behaves like this: My
Does anyone know where I can find a library of common but difficult (out
Does anyone have any experiences from recent daily build of AnkhSVN? Please let me
Can please some tell me when does the above written error occurs. I just

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.