jquery - How to add a DOM Element in a overflow:hidden area? -


I am creating a control that displays table-data per year. DOM elements are added to the table in div which is set to overflow to hidden it happens. The position in the tables is set to relative . The height of height is determined at the height of a table so that only one table appears at a time.

I have paging mechanisms, which animate the transition by changing pages further and backward and transitioning the top properties so that it looks like table-data and above The side is growing like the classic calendar

The problem I am facing is this: When a new element joins, I would like to add it to the hidden part of the contents of the existing table at the top, in order to store it in the Dom tree. After adding it to animate to see if it is possible without "hacks"?

I have tried to change the properties of tables before adding head to div , but this' overflow: hidden Part of div .

How do I get it?

This is what I have done so far in JSField:

Update

I also hid () and slidedown () Have tried to use but the animation of SlideDown is not very low (at least in JSfield) $ (markup). Hyde (). Prepaido ('overview container'). Slide down ();

How is the size you specify? If you are not using "height: 500px" or something like that, then you can easily increase the div as you add new elements.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -