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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T17:53:34+00:00 2026-06-16T17:53:34+00:00

For some reason, jQuery and Javascript just won’t work on my site. See here:

  • 0

For some reason, jQuery and Javascript just won’t work on my site.

See here: http://hellomynameisad.am/test.html

Can someone take a peak and let me know what I’m missing? I’ve tried numerous different snippers of jQuery and nothing seems to work. Thank you.

  • 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-16T17:53:35+00:00Added an answer on June 16, 2026 at 5:53 pm

    You need to put it document.ready to make the html elements to javascript to execute or you can put your script just before ending tag of body.

    Live Demo

    $(document).ready(function(){
      $("#container").fadeOut(function() {
         $(this).text("World").fadeIn();
      });
    });
    

    Edit: I have found few other mistakes in html whichare as under.

    1. There is no starting body tag.
    2. Put script in between head tags or just before the closing of body tag.
    3. Add type attributes in javascript script tag.
    4. Its better to prefix url of jquery with http:

    Change HTML

    <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
          <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js"></script>
          <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.js ">     </script>
          <title>Untitled Document</title>
          <style type="text/css"> </style>
    
    <script type="text/javascript">
    
        $(document).ready(function(){
            $("#container").fadeOut(function() {
                $(this).text("World").fadeIn(); 
            });
        });    
    </script>    
    </head>
    <body>
        <div id="container">Hello</div>​
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Javascript-JQuery to submit 2 aspx pages, $('#MyForm1').submit(); $('#MyForm2').submit(); for some reason
I have a django project, but for some reason basic jquery isn't working. <html>
I'm working on a clients website and for some reason the jQuery colorbox plugin
For some reason knockout requires jquery tmpl when you use databound templates, otherwise it
For some reason when I generate this using jquery to fill in my table.
I'm fairly new to JQuery and for some reason I can't get the currently
Guys check this website on FF and Chrome For some reason(s), jQuery isn't working
For some reason, this line of code is returning undefined for $(this).attr(href) $(a).attr(href, javascript:page('
Code: <html xmlns=http://www.w3.org/1999/xhtml> <head> <title></title> <script src=jQuery/jquery-1.8.3.min.js type=text/javascript></script> <script type=text/javascript> $(document).ready(function () { $(document).keydown(function
i'm getting an error 'Object expected' for some odd reason due to jquery, and

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.