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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:03:55+00:00 2026-06-11T02:03:55+00:00

Im new to Jquery and im pretty sure im missing a file which is

  • 0

Im new to Jquery and im pretty sure im missing a file which is the problem but im a bit lost which ones i should be using. Here is the head and a bunch of other css and js files as im not sure if maybe there is conflict possibly too.

</head>
<!--Tab menu css and javascript link-->
<script type="text/javascript" src="js/tabcontent.js"></script>
<link href="css/tabcontent1.css" rel="stylesheet" type="text/css" />

<!--left menu gallery slider css and javascript-->
<link rel="stylesheet" type="text/css" href="css/login_panel/css/slide_hm.css" media="screen" />
<script src="css/login_panel/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="css/login_panel/js/slide_hm.js" type="text/javascript"></script>

<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.8.21/themes/ui-lightness/jquery-ui.css" />
<script>document.documentElement.className = "js";</script>
<script src="../vendor/jquery-1.7.2.js"></script>
<script src="../vendor/json2.js"></script>
<script src="../src/jquery.collapse.js"></script>
<script src="../src/jquery.collapse_storage.js"></script>
<script src="../src/jquery.collapse_cookie_storage.js"></script>

<link rel="stylesheet" type="text/css" href="css/jquery-ui-timepicker-addon.css" />
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.8.18/jquery-ui.min.js"></script></head>

This is the code i have:

<script type="text/javascript">$(function(){
$('#example1').timepicker();
});
</script>

And this is the input:

<input type="text" name="example1" id="example1" value="" />

But nothing shows up and chrome gives an error:
Uncaught TypeError: Object [object Object] has no method ‘timepicker’

So my question is have i messed up the code or am i missing a file and if so where can i download it to add it.

  • 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-11T02:03:56+00:00Added an answer on June 11, 2026 at 2:03 am

    There appear to be a couple of problems here, of varying importance;

    Your first line should probably be head, rather than /head, given that you have another /head at the end of the post.

    You’re including at least three versions of jQuery – “css/login_panel/js/jquery-1.3.2.min.js”, “../vendor/jquery-1.7.2.js” and “js/jquery.min.js”. Check which one is the latest version, and include it on the line that’s currently including jquery-1.3.2.min.js. Remove the others.

    You should probably include jQuery UI immediately after including jQuery, before including the timepicker library.

    It’s been suggested that you should wrap the code that’s calling timepicker in a ready() function, you’re already doing that; $(function() {}) is equivalent to $(document).ready(function() {}).

    However you might find it saves you some headaches in the long run to change how you’re doing that slightly, as follows;

    jQuery(function($) {
        $('#example1').timepicker();
    });
    

    (This is equivalent to what you’re doing, but will work if jQuery’s noConflict feature is enabled)

    The reason your code isn’t working seems to be that you’re including the timepicker CSS file (“jquery-ui-timepicker-addon.css”), but you’re not including the timepicker javascript file.

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

Sidebar

Related Questions

I am still pretty new to using jQuery to do anything, but I have
I'm pretty new to jquery . But I've been trying to add a decode
I'm pretty new to jQuery/JS. But I have loop in jQuery where I would
I am pretty new to jQuery but I am trying to get a code
I am pretty new to Backbone.js, but I am pretty sure I am doing
I'm pretty new to JQuery Datatables, I'm attempting to retrieve two information about the
I'm pretty new to jQuery, and I am converting a page from regular javascript
I am pretty new to the zend framework and the JQuery helper. I have
I'm pretty new to Javascript, Rails and JQuery all working together. I'm going through
Using jQuery UI 1.8rc3 combined with the new jquery.effects.fade.js code, I've been able to

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.