Forum Discussion
ZVIBOCK
Qrew Cadet
Hi I am facing the same issue I have tabs but need a way modify the code so it returns us to the current tab. I don't see anything in Dan's profile that would allow me to contact him. If Dan or anyone else can help me would appreciate it.
My code is
var markup = ""; markup += "<ul>";
$("#formContents div.sectionDiv").each(function(index){
markup += "<li><a href='#tab_" + (index+1) + "'>" + $("span.sectionTitle",this).text() + "</a></li>";
});
markup += "</ul>";
$("#formContents").prepend(markup);
$("#formContents div.sectionDiv").each(function(index){
$(this).attr("id","tab_" + (index+1));
$("div:lt(2)",this).hide();
});
$("#formContents").tabs();
My code is
var markup = ""; markup += "<ul>";
$("#formContents div.sectionDiv").each(function(index){
markup += "<li><a href='#tab_" + (index+1) + "'>" + $("span.sectionTitle",this).text() + "</a></li>";
});
markup += "</ul>";
$("#formContents").prepend(markup);
$("#formContents div.sectionDiv").each(function(index){
$(this).attr("id","tab_" + (index+1));
$("div:lt(2)",this).hide();
});
$("#formContents").tabs();
_anomDiebolt_
8 years agoQrew Elite
> I don't see anything in Dan's profile that would allow me to contact him.
That is very strange as I have contact information in my profile that I can edit:
It is probably due to the forum censor playing a practical joke on everyone.
Note that with the new forum software there are new URL to the profile page:
https://community.quickbase.com/quickbase/people/dandiebolt
It appears that the forum overseer reconfigured the forum to suppress the tagline info for everyone.
That is very strange as I have contact information in my profile that I can edit:
It is probably due to the forum censor playing a practical joke on everyone.
Note that with the new forum software there are new URL to the profile page:
https://community.quickbase.com/quickbase/people/dandiebolt
It appears that the forum overseer reconfigured the forum to suppress the tagline info for everyone.