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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:29:32+00:00 2026-05-23T14:29:32+00:00

I requesting some data using jquery ajax function.i have to display requested data in

  • 0

I requesting some data using jquery ajax function.i have to display requested data in jquery scrollable dialog how can i do that.
Here i am using code.for requesting data.

$('#load').show();
        $.ajax({
            type: "POST",
            url: "push/push_notify.php",
            data: "pushmessage="+message+"&iphone="+iphone+"&android="+android+"&blackberry="+blackberry,

            success: function(e){
                $('#load').hide();
                var response =e;

               $("#showtable").fadeOut('slow').load("alerttable.php").fadeIn('slow');
            }
        });
       return false;
  • 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-23T14:29:33+00:00Added an answer on May 23, 2026 at 2:29 pm

    You can use a dialog from jQuery UI and the container div element should have a fixed width & height and overflow set to scroll (scrollbars always appear) or auto (scrollbars appear when needed) .

    CSS of the div:

    #result-dialog{
        height: 300px;
        overflow: auto; /* Or scroll, depending on your needs*/
        width: 300px;
    }
    

    EDIT: Here it is a working example of a jquery dialog with scrollable content. For more properties and styles of the dialogbox you should check out its page.

    In your html you should include:

    jQuery, jQuery UI, and jQuery UI CSS (these are hotlinks from Google’s CDN – if you wish you can download these for yourself from jquery’s home page)

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

Sidebar

Related Questions

I am requesting with AJAX (using jQuery) a tag which contains a Javascript function
Quick question, looking for some recommendations. I have a site that will be requesting
Here's a dead-simple webpage that leaks memory in IE8 using jQuery (I detect memory
I have got a simple flex client requesting some data from a php script.
I have a PHP Code, that uses a web service to query some data.
If I have a resource that a requesting client doesn't have access to but
I often have customer requesting changing properties, like the version history setting on all
There are many techniques to enforce strong passwords on website: Requesting that passwords pass
I am working on an ASP.NET page that we, in code impersonate the requesting
We have a custom written on-line job application... application. HR is requesting a skill

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.