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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:17:08+00:00 2026-05-16T16:17:08+00:00

I want to know that when we have a function with parameters that works

  • 0

I want to know that when we have a function with parameters that

works like a VB procedures

When and how can I use this function ?

How can we call this ?

<script type="text/javascript">

function place(div, image_x, image_y )
{

    $("#"+div).css("position", "absolute") ;

    $("#"+div).css("left",image_x+"px");

    $("#"+div).css("top",image_y+"px"); 

}

When and how can I use this function ?

I tried to use this in several ways , but It seems that JQuery didn’t activate .

some of my efforts to call this : (maybe funny)

(function($) {
    // $(document).ready( function(){

    $.fn.Place = function place(div, image_x, image_y) {
    }) (jQuery)
jQuery(function($) {
    place("pnlLinx", 700 , 500 ) ;
});

or simply :

place("pnlLinx", 700 , 85 ) ;

with no effect

thanks in advance

This should be a simple question for people knew the structure of JQuery
I’m not totally familiar with the structure of JQuery but I used it different ways
in my codes .

this example is just for learning one part of this structure ,
that I had problem .

  • 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-16T16:17:09+00:00Added an answer on May 16, 2026 at 4:17 pm

    See this http://www.jsfiddle.net/ , that might help you in understand where to put that code.
    Also Code in Javascript section of jsfiddle link needs to wrapped in <script> tag

    Complete Code

    $.fn.place = function (image_x, image_y) {
        this.css({
            position: 'absolute',
            left: image_x + 'px',
            top: image_y + 'px'
        });
    };
    
    function place(divId, image_x, image_y) {
       $('#' + divId).css({
            position: 'absolute',
            left: image_x + 'px',
            top: image_y + 'px'
       });
    }
    
    
    $(document).ready(function(){
    
        $('#pnlLinx').place(50, 100);
    
    
        place('pnlLinx', 100, 150);
    
    
        $('#pnlLinx').animate({color:"#dddddd"}, 500, function(){
                $(this).place(50, 100);      
                $(this).animate({color:"#aaaaaa"}, 1000, function(){
                          place($(this).attr("id"), 100, 150);
                });
        });
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that __stdcall functions can't have ellipses, but I want to be sure
I just want to know that can i make an application which have some
I know that when you want to have a value in the form like
I have a simple ajax call like this: $.ajax({ url: u, type: POST, dataType:
i have a wcf service that i want to call and i know it's
I know that Java have its own garbage collection, but sometimes I want to
I just want to know how to access an array in SMARTY that have
i have one domain link text i want to know that does google crawl
I know that if I want to have requests for MyPage.aspx go to the
I have NSArray and I want to remove duplicates from it. I know that

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.