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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:34:53+00:00 2026-06-04T10:34:53+00:00

I have div container and inside couple div with class demo and gravity like

  • 0

I have div container and inside couple div with class demo and gravity like

<div id="container" style="position:relative;width=400px;height=400px;">
<div class="demo gravity" ></div>
<div class="demo gravity"></div>
<div class="demo gravity"></div>
</div>

and I add new div from code like

    var temp = $('<div/>');
    temp.attr('id', 'foo');
    temp.css( {
        position : 'absolute',
        top : '0px',
        left : '0px',
        width : '200px',
        height : '40px'
    });
    temp.addClass("gravity");
    temp.addClass("demo");
    $('#container').append(temp);

in onReady function I have code something like

$(.demo).resizable().draggable().droppable() ;

and it works for divs inside but it doesn’t work for div which I added from code. Div from code shows inside div with id=”container” but is not resizable/draggable/droppable. Does anybody knows what is the problem ?

  • 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-06-04T10:34:55+00:00Added an answer on June 4, 2026 at 10:34 am

    Here fiddle example for you, seems working.

    http://jsfiddle.net/ymutlu/cvZpX/2/

    In case deleted fiddle,

        var temp = $('<div>');
        temp.append("33");
        temp.attr('id', 'foo');
        temp.css( {
            position : 'absolute',
            top : '0px',
            left : '0px',
            width : '200px',
            height : '40px'
        });​
        temp.addClass("gravity");
        temp.addClass("demo");
        $('#container').append(temp);
    
    var demo = $(".demo");
    demo.resizable().draggable().droppable();​
    

    //edited after Jamiec comment
    you can use

    temp.resizable().draggable().droppable();​
    

    where you add temp divs.

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

Sidebar

Related Questions

I have div container and inside couple divs with class demo like <div id='container'
I have this code: <br><br><br> <div style=position: relative; background: #000000; height: 400px;> <span style=position:
I have one parent div with style position relative and couple divs inside that
I have a container div with the following CSS: #container { position:relative; overflow:hidden; width:200px;
I have a container div with a max-width and a max-height . Inside the
I have a div position relative (id container) and inside it i have other
I want to have 3 divs aligned inside a container div, something like this:
i have a container div which is position:relative and the squares are position:absolute because
I have this container div whose width I would like to set according to
I have a div wrapper inside of a div container. The wrapper is 90%width

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.