This usually works fine and it should. You should probably check your CSS...
--Klaus On Sep 23, 7:21 am, tyliong <[EMAIL PROTECTED]> wrote: > Hi, > > I have followed the tutorial > herehttp://apricotstudios.wordpress.com/2008/08/29/jquery-tabs-tutorial/ > everything is working except one thing when i put another div inside > the tab it doesn't display the div at all? is this a limitation of > jquery or have i done something fundamentally wrong? > > <div id="tab-1"> > <div id="calculated"> > <%= render :partial => 'calculator', :id=> @user.id, :object => > [EMAIL PROTECTED],@lineprice}%> > </div> > > </div> > > However if i do this > > <div id="tab-1"> > > <%= render :partial => 'calculator', :id=> @user.id, :object => > [EMAIL PROTECTED],@lineprice}%> > > </div> > > <%= render :partial => 'calculator', :id=> @user.id, :object => > [EMAIL PROTECTED],@lineprice}%> works properly