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.
>
>
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();
});
2 matches
Mail list logo