Response title
This is preview!
What I´m trying to do is to reload on of my tabs from a button outside. I have found in internet that the correct way to do it is like:<div id="tabs">
<ul>
<li><a href="/ibi_apps/WFServlet?IBIF_ex=CMITF000&MODULO=CMITF360">Bloques Multiproyecto</a></li>
<li><a href="/ibi_apps/WFServlet?IBIF_ex=CMITF000&MODULO=CMITF320">Proyectos</a></li>
<li><a href="/ibi_apps/WFServlet?IBIF_ex=CMITF000&MODULO=CMITF370">Otros Proyectos y Bloques</a></li>
<li><a href="/ibi_apps/WFServlet?IBIF_ex=CMITF000&MODULO=CMITF340">Noticias</a></li>
<!--<li><a href="#mod330">Mantenimiento</a></li>-->
<li><a href="/ibi_apps/WFServlet?IBIF_ex=CMITF000&MODULO=CMITF330">Mantenimiento</a></li>
</ul>
</div>
but it seems that does nothing. In fact, if I go to the Developers Toll to check my ajax calls it seems thtat the call was not do it.var current_index = $("#tabs").tabs().tabs("option","selected");
$("#tabs").tabs('load',3);
© 2013 jQuery Foundation
Sponsored by and others.