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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:44:44+00:00 2026-05-20T16:44:44+00:00

I try to build an Announcement pop up function. Currently, i have a call

  • 0

I try to build an Announcement pop up function. Currently, i have a call back function to check whether someone modify the announcement.html.

So here is the code

<div id="popupDialog" class="cs_AnnoucementPop">
    <?=$this->data['Popup']?>
    test
</div>

<script type="text/javascript">
setInterval("_checkUS2PopUpUpdate()", 12000); //12 seconds (debugging - change back to 50)
</script> 

So, every 12 seconds, there will an Ajax call

function _checkUS2PopUpUpdate()
{
    var callback=new Object();
    callback.success=this.onExternalSuccess;
    callback.failure=this.onExternalFailure;
    YAHOO.util.Connect.asyncRequest('GET','/ci/ajaxCustom/ajaxUS2CheckPopupUpdate',callback);
};
function onExternalSuccess (o){
    if(o.responseText!==undefined)
    {
    var str=o.responseText;
    //document.getElementById('updateContent').innerHTML=str;
    if(str !== 'no update2') // Then pop up.
    {
        // This code is valid for jQuery-ui but it is not working. I think jQuery is being imported somewhere else and overwriting
        // jQuery-ui - I have set it back to the original popup for now - Matt Drewery
            $.noConflict();
        $.get('/euf/assets/announcements/pop_up_announcement_us2.html', function(data) {
                    $('#popupDialog').html(data);
                    $('#popupDialog').dialog({modal: true});
            });

            /*L=screen.width-200;
        T=screen.height;
        popup=window.open(str,"",'alwaysRaised=yes,status=no,toolbar=no,location=no,menubar=no,directories=no,resizable=no,scrollbars=no,height=200,width=330,left="+L+",top="+T');
        for (i=0;i<200;i++)
        {
        T=T-1;
        popup.moveTo(L,T);
        }*/
        }
    }

}

When someone send an announcement, it calls to load the HTML file and try to pop up by using JQuery UI dialog

However, I got a break error. I do not know how to go further. Thanks.

$(
[Break On This Error] $('#popupDialog').dialog({modal: true});

  • 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-20T16:44:45+00:00Added an answer on May 20, 2026 at 4:44 pm

    With JQuery you can not use the noConflict method and later use the $ sign. Check the docs for this on http://api.jquery.com/jQuery.noConflict/

    Try this

    $.noConflict();
    jQuery.get('/euf/assets/announcements/pop_up_announcement_us2.html', function(data) {
     jQuery('#popupDialog').html(data);
     jQuery('#popupDialog').dialog({modal: true});
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i try to build a function that converts every date to a timestamp. JS
I try to build a menu using the datatype hierarchyid . I have the
I try to build my first Facebook application and I have some issues. I
I try to build an iPhone app with command line. I have a problem
I try to build my first plugin. That far I came yet: (function( $
I try to build a database failover (ASP classic) but I have problem with
I try to build my project, that have two .so files: libTheGame.so liblua.so Both
I try build wrap panel with vertical buttons. Every button consist from image and
I try to build a JSF 2.0 Web application which is using libraries including
I try to build a nice box with only 1 image and 1 div.

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.