Hello,

I have 2 divs:

<div id="parent">
  <div id="child">
  </div>
</div>

I need to create a function using JQuery that when called does the
following:
1. Centers child inside parent
2. Fades in child

How can I do this?

Thanks,
Miguel

Reply via email to