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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:47:21+00:00 2026-05-30T11:47:21+00:00

This one has me pulling my hair out. I’m trying to implement a very

  • 0

This one has me pulling my hair out.

I’m trying to implement a very simple jQuery datepicker. I’m using code straight out of the example online.

I’ve finally started over with a blank page with no CSS (aside from the Redmond jquery UI theme. When I view the page, I get a blue bar below my text box:

http://gameguidesonline.com/brian/1.png

…Mousing over this bar causes a javascript error.

If I click on the date box, I get this jumbled version of the datepicker:

http://gameguidesonline.com/brian/2.png

html:

<!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 runat="server">
    <title></title>
        <link type="text/css" href="/JavaScript/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" />    
        <script src="/JavaScript/jquery.min.js" type="text/javascript"></script>
        <script src="/JavaScript/jquery-ui.min.js" type="text/javascript"></script>
        <script src="bench.js" type="text/javascript"></script>
</head>
<body>
    <form id="form1" runat="server">
            <div class="demo">
                <p>Date: <input id="datepicker" type="text" /></p>
            </div>

    </form>
</body>
</html>

bench.js:

$(function () {
    $("#datepicker").datepicker();
}); 

Versions

jQuery v1.7.1 (also tried 1.7)
jQuery UI 1.8.16
IE 9, Firefox (latest)

I even tried a script I found that waits until onclick to bind the calendar. This gets rid of the blue bar, but still shows me a jumbled calendar.

  • 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-30T11:47:22+00:00Added an answer on May 30, 2026 at 11:47 am

    Can you try the following code directly. The difference is I used google CDN paths to javascript. It works prefectly. I used the versions you have mentioned.

        <!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 runat="server">
        <title></title>
    <!--        <link type="text/css" href="/JavaScript/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" />    
    -->         <link href="http://code.jquery.com/ui/1.8.16/themes/redmond/jquery-ui.css" rel="stylesheet">
      <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
      <script type="text/javascript" src="http://code.jquery.com/ui/1.8.16/jquery-ui.min.js"></script>
    
    </head>
    <body>
        <form id="form1" runat="server">
                <div class="demo">
                    <p>Date: <input id="datepicker" type="text" /></p>
                </div>
    
        </form>
        <script src="bench.js" type="text/javascript"></script>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This one has had me pulling out my hair. I've been trying to deserialize
I've been pulling my hair out. I have a very simple postgre database, one
I'm pulling my hair out trying to find a simple jquery gallery. I must
This has me pulling my hair out. Button on site has onclick=method() and it's
I've been pulling my hair for three days trying to figure out what has
I'm pulling my hair out on this one. I have a site which is
I've been pulling my hair out on this one all afternoon. Basically, I have
This problem of mine has me pulling my hair out. It's related to the
I've been pulling my hair out over this one and I just can't get
This one has me stumped. I've got a java.sql.ResultSet and I'm pulling string values

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.