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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:15:31+00:00 2026-05-29T11:15:31+00:00

When the link below is clicked <a class=end href=#>End</a> The below code runs which

  • 0

When the link below is clicked

<a class="end" href="#">End</a>

The below code runs which deletes a user from a table and shows a hidden div. The user that is deleted is the first user from an array. Once the first user is deleted, the second user gets an email.

$("a.end").click(function() {
  //Delete user from DB
  $.post(
    base_url + "index.php/home/end_wait",
    {
      chat_id: chat_id,
      end_user: end_user,
      end_email: end_email
    }, 
    function(data) {
    },
    "json"
  );
  // Open alert div
  $('.new_wait').show('slow', function() {
    $('div.new_wait').show();
  });
  return false;
});

The hidden div:

<div class="new_wait" style="display:none;">Hello second user</div>

How can I make the div appear only for the second user? The div is placed in the header, so the second user should be able to see it regardless of what page he/she is viewing. Something like stackoverflow does when you earn a badge.

  • 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-29T11:15:32+00:00Added an answer on May 29, 2026 at 11:15 am

    CodeIgniter and PHP are not push technologies. You are only able to construct a response to a browser who makes a request. If the second user does not interact with the web server with $.post(), you cannot push data to them in this manner.

    Either look up Web Sockets, Comet Programming, or Polling.

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

Sidebar

Related Questions

I have a table setup like below: <table> <tr> <td class=url> <a href=http://www.domainname.com/page1.html />
I have some jquery that runs when a link is clicked (below). This allows
The link below shows a listview composite control in its most basic form however
I am studying snapshot isolation level of SQL Server 2008 from the below link.
So i want to isolate the element directly below the link clicked so for
how to render a div next to href link, we are using JQuery. Below
This might be a little complicated. See code below. When image is clicked I
I am making a voting system. When user click on a link with class
I have a link that looks like a button from this html <p class=link-styleContact><a
The link below is an image URL where the extension has been stripped. I

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.