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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:47:58+00:00 2026-05-29T23:47:58+00:00

Whenever I click on the text field on the html page, it doesn’t pop

  • 0

Whenever I click on the text field on the html page, it doesn’t pop up with a jquery calendar date picker. How do i fix it?

<html>
<head>
<title>jQuery example</title>
</head>
<body>
<div id="message" style="display: none;">Welcome to my website</div>
<p id="paragraph">This is a paragraph</p>
<input id="date" type="text">


<script type="text/javascript" src="js/jquery.js"></script> 
<script type="text/javascript" src="js/init.js"></script> 
<script type="text/javascript" src="js/hide.js"></script> 
<script type="text/javascript" src="js/datepicker.js"></script> 
</body>
</html>

in datepicker.js:

$('#date').datepicker({});
  • 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-29T23:47:59+00:00Added an answer on May 29, 2026 at 11:47 pm

    Does this mean you have modified datepicket.js to include the line you mentioned? If that’s the case, the datepicker method is running too early. (Before the document has been fully parsed.) You might try this instead (and remove the change to datepicker.js):

    <html>
    <head>
    <title>jQuery example</title>
    <script type="text/javascript" src="js/jquery.js"></script> 
    <script type="text/javascript" src="js/init.js"></script> 
    <script type="text/javascript" src="js/hide.js"></script> 
    <script type="text/javascript" src="js/datepicker.js"></script> 
    <script>
        $(function() {
        $( "#date" ).datepicker();
    });
    </script>
    </head>
    <body>
    <div id="message" style="display: none;">Welcome to my website</div>
    <p id="paragraph">This is a paragraph</p>
    <input id="date" type="text">
    
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get the text of the button whenever I click on it.
Whenever I click outside the tree nodes text, on the control part, it tigers
I have this simple html piece of code, whenever I click on any of
How to select all text of a TEdit1 whenever user click on it or
i have a checked text view inside of a listview and whenever I click
I am getting the following error whenever I click on a postbacking control HttpException
I created a uiview(with two buttons) covers all the screen whenever i click on
I recently updated my Eclipse (now running 20100218-1602), and I've found whenever I click
Whenever I try to install a Click Once application, I always get a 404
Whenever I indent HTML in PHP mode, emacs (22.1.1, basic install on Redaht Linux

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.