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

  • Home
  • SEARCH
  • 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 6665031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:40:46+00:00 2026-05-26T02:40:46+00:00

Fellows, I’m going to break it down a little clearer. When I look at

  • 0

Fellows, I’m going to break it down a little clearer. When I look at that JQuery UI stuff, I get absolutely confused as to what I need to download and where to put the files.

What I DID just do successfully was to link to the JQuery website so that I didn’t have to download anything and saw that the dialog box works.

However, the dialog box, from the example shown me, is linked to a div. That div is not going to help me if it’s at the top of the screen and the input box is at the bottom. I have only one function in the header that is called from a number of textboxes. This function includes a javascript alert() with a message.

PLEASE, tell me the EXACT code I need to type in the function (We’ll call it MyFunction() ) that will pop up a message wherever the MyFunction is being envoked..

If it was javascript, in the head section in a script we’d have:

<script type="text/javascript">

function digitsOnly(){
alert("Digits only, please");
}

</script>

and in a number of textboxes, we’d have:

<input type="test/javascript" onkeydown="digitsOnly()" />

I need a beautiful pop-up box to replace the javascript alert();
I don’t need this do do anything other than pop up a message next to the calling textbox. If it’s draggable and resizable, that would be the coolest thing. But for now, I’ll be happy with what I mentioned..

I study languages all the time. I know I’ll eventually learn JQuery too. But I need this done tonight if possible.

James

  • 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-26T02:40:47+00:00Added an answer on May 26, 2026 at 2:40 am

    Javascript’s alert() function runs before anything else, so it’s hard (if not impossible) to actually replace its default behavior. However, you can easily make your own function. Instead of:

    $('.clickable').click(function() {
      alert("Clicked.");
    });
    

    Do this:

    $('.clickable').click(function() {
      $('.dialog').dialog({ 
        // options...
      });
    });
    

    You will have to go through your code and replace each alert with this, however, that shouldn’t be too big of a deal, especially if you’re using something like Textmate, which has a “Search Project” feature.

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

Sidebar

Related Questions

A fellow stackoverflow member, @mrtsherman, helped me put together this little script that is
Please take a look at the site tdsoft.se The script on that page works
I am trying to do this, and I really need help from expirienced fellows.
Good afternoon fellows, I'm having trouble with some jQuery-code and I can't seem to
Some of the fellows in the office think that when they've added threads to
I have spent hours in this problem and my fellows couldn't help me out.
A fellow developer on a project I am on believes that doctests are as
Hey fellows, just wondering how to configure asp.net membership roles with ISeries DB2 Database
Good morning fellows, I am having an issue with facebook api: is it possible
Hello fellow programmers, I have made a function that looks up the database if

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.