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

The Archive Base Latest Questions

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

Can Anyone explain what each line of this code means? I’m trying to move

  • 0

Can Anyone explain what each line of this code means? I’m trying to move the <script> call statement to a specific position in my HTML but the code generated by my script always moves this to the bottom of one particular table and I think it has something to do with this code. I would prefer to position it myself by rewriting this function to insert the code at the point where the <script> appears in the HTML.

function initialize(instance) {
        _this = instance;
        // build html
        var realCaller = caller != null? caller:$("body");
        var cornerClass = options.showRoundCorner? "ui-corner-all ":"";
        realCaller.append("<div id='"+windowId+"' class='window_panel "+cornerClass+options.containerClass+"'></div>");
        container = realCaller.children("div#"+windowId);

Thanks in advance!

  • 1 1 Answer
  • 3 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:09:10+00:00Added an answer on May 20, 2026 at 4:09 pm

    Your <script> tag should be left wherever it was originally. Moving it around will not help.

    I am assuming the page is using jQuery, but I can’t tell for sure from what you’ve posted.

    First, you need to put an id attribute on the page element where you want the HTML to be inserted (i.e. <div id="your_id_here"></div>. Then, change this line:

    var realCaller = caller != null? caller:$("body");
    

    To this:

    var realCaller = $('#your_id_here');
    

    Replacing “your_id_here” with the ID that you set on the page element.

    Note: Since you posted so little of your code, it’s hard to know whether this “fix” will break other parts of the code….

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

Sidebar

Related Questions

Can anyone explain what this mod_rewrite rule is doing? I'm trying to comment the
Can anyone explain to me what this means? Run-Time Check Failure #0 - The
can anyone explain me what happen here?? i have this html code: <div class=calculadora>
Can anyone explain why this happens? mybox:$ ruby script/console Loading development environment (Rails 2.3.5)
Can anyone explain this strange behavior found when trying to use sapply and which.min
Can anyone explain why following code won't compile? At least on g++ 4.2.4. And
My first time using triggers. Can anyone please explain why this trigger won't work?
Can anyone explain me what is a difference between these lines of code char
Can anyone explain to me what does the shift left syntax in ruby means?
Can anyone explain this? I am able to count in a loop using the

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.