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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:42:04+00:00 2026-06-12T21:42:04+00:00

I would like to incorporate a help button into my application. The way i

  • 0

I would like to incorporate a help button into my application. The way i see this help button working would be something similar to what is found in windows applications, e.g. The user would click the help button and then click on the component they would like help with.

I was thinking of setting a global listener once the help button is clicked, so that the next onClick fired would be that of the component the user wants help with. I have not yet looked into doing this yet so any suggestions would be great!

Also i would like to hear your oppinnion in which way to approach this problem.

Thanks 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-12T21:42:05+00:00Added an answer on June 12, 2026 at 9:42 pm

    i am giving answer assuming jQuery included, well you can go for pure javascript too.

    declare a global variable – lets say var helpRequested = false;
    assuming that there are few elements on your web page with help provided, lets say you apply css class <div class="help someothercssclass"> ... </div> to all these element,
    now subscribe to click event of all these help needed elements

    $('.help').click(function(event) {
      event.preventDefault();
      if(helpRequested === true) {
        var id = $(this).attr('id');
        //based on id do your stuff... like provide help through popup window
    
        helpRequested = false; //finally reset
      }    
    });
    

    now subscribe to click event of help button <button id="helpbutton">Help</button>
    like this

    $('#helpbutton').click(function() { 
         helpRequested = !helpRequested ; //toggle the value
    });
    

    i guess this will do the work… or something to start

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

Sidebar

Related Questions

I would like to incorporate scanning for viruses into a Java/Maven/Hudson build process. Unfortunately,
I love the uploader I found at ZURB . I would like to incorporate
I would like to incorporate ICU as static libs into sqlite.dll. Are there any
I would like to incorporate jQuery effects (fadeIn, fadeOut, etc...) in parts of my
I would like to incorporate variable names that imply what I should do with
I am using the HTML5 Boilerplate and would like to incorporate JQuery UI. Adding
I am working on a web application and I want to incorporate the jQuery
I'm building a simple directions program in VB and would like to incorporate some
Please see the following example table. I would like to count the 1's in
I would like help with mysql query that refers to the cell above. 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.