Re: [jQuery] Newbie question about updating iframe on tab select

2009-11-17 Thread 刘永杰
you should use ajax. 2009/11/18 zoog22 > > I have some tabs that I want to not update until they are selected. > > Currently, they all load their respective iframes src="x"s when the page > loads. I was thinking I could leave the link blank on loading and change > them as they are clicked. > >

[jQuery] Newbie question about updating iframe on tab select

2009-11-17 Thread zoog22
I have some tabs that I want to not update until they are selected. Currently, they all load their respective iframes src="x"s when the page loads. I was thinking I could leave the link blank on loading and change them as they are clicked. $(function() { $("#tabs").tabs(); });