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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:44:38+00:00 2026-05-22T18:44:38+00:00

So I had this working perfectly fine, but now for some reason I can’t

  • 0

So I had this working perfectly fine, but now for some reason I can’t get the jQuery validate plugin to load, and therefore am unable to use the validate method.

enter image description here

Clicking on this link to it opens it fine,

enter image description here

But it does not show in Chrome’s resources tab:

enter image description here

Here’s the code I am currently using in the head.

<script src="js/jquery-1.4.2.js" type="text/javascript" charset="utf-8"></script>
        <script src="js/jquery-validate.js" type="aplication/x-javascript" charset="utf-8"></script>
        <script src="js/jquery-ui-1.8.12.custom.min.js" type="application/x-javascript" charset="utf-8"></script>
        <script>
    $(function() {
        $( "#datepicker" ).datepicker({
            showOn: "both",
            buttonImage: "css/images/calendar.gif",
            buttonImageOnly: true,
            minDate: 0
        });
    });
        </script>
        <script type="text/javascript" >
                     $(document).ready(function() {
              $("#mainForm").validate({
                rules: {
                  name: "required",// simple rule, converted to {required:true}
                  email: {// compound rule
                  required: true,
                  email: true
                },
                url: {
                  url: true
                },
                comment: {
                  required: true
                }
                },
                messages: {
                  comment: "Please enter a comment."
                }
              });
            });
        </script>

Would love any help I could get right now!

  • 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-22T18:44:38+00:00Added an answer on May 22, 2026 at 6:44 pm

    The ‘type’ attribute of the script needs to be text/javascript – you have that one and the next as application/x-javascript. I suggest changing that and see if it works.

    You can just remove the type attribute, actually – all browsers will assume it’s text/javascript.

    Edit: I tested and having the type be ‘application/x-javascript’ works – the browser runs the script. But notice the validation script tag has ‘aplication/x-javascript’. ‘application’ is misspelled.

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

Sidebar

Related Questions

I had this working perfectly fine, and then for a reason unknown to me
Im working on some forms in this website and it renders perfectly fine but
I had a perfectly well working jquery ajax function but I'm making it better.
Had this working; at one stage. The problem is the following text is now
I had this working at some point, as I had a question about this
Strangely I had this working before but I reinstalled my system, upgraded to w7
So, thought I had this working last night, couldve sworn it. Now it no
I had this sqlcmd snippet working in batch but when I converted to powershell,
I had this, which was working fine: public static Integer[] photos = new Integer[]
I had this SQL Query working perfectly. I made a few small changes 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.