When I click on the + of my select, my system shows and adds an item in the div with "tabs".
Butwhenitshowsthedivthatwashidden,itwouldstayontopofmyselect(asshownintheimage).
function:
functionadd(id_sistema){$('#tabs').append("<div id='tabs-2'></div>");
$("#tabs").tabs("refresh");
$("#tabs").show();
$("#divDataJson").show();
}
Briefly this function is when I click on the +.