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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T22:03:01+00:00 2026-06-13T22:03:01+00:00

I have following script: <script type=text/javascript src=jquery-1.8.2.js></script> <script type=text/javascript> jAlert(message,title); </script> in my html

  • 0

I have following script:

<script type="text/javascript" src="jquery-1.8.2.js"></script>
<script type="text/javascript">
 jAlert("message","title");
</script>

in my html head.but the dialog is not showing up when I load the page(it would if I simply use alert).

where did I do wrong? Am I missing the corresponding js files?

edit: I included the jquery.alerts.js file.it is still not working.

edit: I added this line and put the file in the dir

<script type="text/javascript" src="jquery.alerts.js"></script>

Yes I put it inbetween.

I opened the browser console and saw this:

“Uncaught TypeError: Cannot read property ‘scrollHeight’ of null jquery-1.8.2.js:9405”

  • 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-13T22:03:02+00:00Added an answer on June 13, 2026 at 10:03 pm

    jAlert isn’t a part of native jQuery.

    You can find the project page here, the download link is at the bottom.

    Make sure you include it straight after jQuery – your code should look as follows:

    <link rel="stylesheet" type="text/css" href="jquery.alerts.css" />
    <script type="text/javascript" src="jquery-1.8.2.js"></script>
    <script type="text/javascript" src="jquery.alerts.js"></script>
    <script type="text/javascript">
     $(document).ready(function(){
          jAlert("message","title")
     });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose we have the following HTML file: <html xmlns=http://www.w3.org/1999/xhtml> <head> <title>Test iframe download</title> <script
I have the following PHP script: <?php $vote_type = $_GET['type']; $book = $_GET['book']; $id
I have following small script to preview some text before submitting it to store
I'm attempting to select all <script type=text/html> tags in a page. I use <script>
The following script helps to make html tables to have rows of alternating colors:
So I have the following Jquery calling a Javascript method $j(a.Pinterest).attr(href, javascript:void(addScript());); And this
I have the following script: import socks import socket socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, 127.0.0.1, 9050) socket.socket =
I have following script that executes all the .reg files in the current directory.
I have the following script below where I try to mimic a file upload
I have the following script: (function($) { $.fn.easyPaginate = function(options){ var defaults = {

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.