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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:16:59+00:00 2026-06-04T04:16:59+00:00

AS I understand it, the focus event must be used with something like an

  • 0

AS I understand it, the focus event must be used with something like an input box, but that doesn’t seem to be working for me. I have the following fiddle… I’m trying to get ‘Guide’ div to show up when someone focuses on the textbox. I’m not sure if part of the problem is my use of “siblings” and if the input box needs a unique ID? But I put the unique identifier as the parent and then referred to the sibling…

http://jsfiddle.net/jhacks/2jjZF/2/

You’ll see I do have some extra code in there for ‘Error’ and ‘Okay’ messages. I’m working on getting the JQuery events for those to match something like the Twitter signup page If anyone can direhttps://twiter.com/signup but that’s for another post.

Any and all help is appreciated. Thanks!

  • 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-04T04:17:00+00:00Added an answer on June 4, 2026 at 4:17 am
    $('input#registerBox').focus(
        function() {
         $(this)
           .closest('#registerBoxName') // go to parent div#registerBoxName
           .next('.registerGuidance')   // move to next div.registerGuidance
           .find('#registerGuideName')  // finding target #registerGuideName within div.registerGuidance
           .show(); // make display
       }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have setup some basic code that triggers on focus of various input fields:
I understand what weak tables are. But I'd like to know where weak tables
I have an application that declares textboxes in various places, like in styles and
I have always wondered about this but quite never got to understand why. We
I'm a scientist working mostly with C++, but I would like to find a
I have defined some events when input textbox has got focus and some task
i have seen some example of doing it but i still can't understand and
I understand that this is a very broad question, but a short it depends
Although I have research this topic I don't really seem to understand how to
I understand that: '\n' // literally the backslash character followed by the character for

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.