[jQuery] Re: Easy Fade in Problem...

2009-12-20 Thread Alex B
tion () >    { >          var strToAdd = ' name="idea[]" class="idea" type="text"/> class="description">'; > >          $('#all-inputs').append(strToAdd).hide().fadeIn('slow'); >     }); > > > > }); > On Sat

[jQuery] Easy Fade in Problem...

2009-12-20 Thread Alex B
Anyone know why it's not fading in the content? It's fully functional, but it just doesn't "fadeIn".. function addPerson() { //current keeps track of how many people we have. var strToAdd = '' strToAdd += '' $('#all-inputs').append(strToAdd); }; $(document).ready(function()