Hey no problem, and yea. I think they are moderated
On Jan 30, 2008 7:23 AM, studiobl <[EMAIL PROTECTED]> wrote:
>
> Thanks, ocyrus!
>
> That helped! ...it does take dismayingly long for posts to show up
> here.
>
> On Jan 29, 1:49 pm, ocyrus <[EMAIL PROTECTED]> wrote:
> > I recently solved this
Thanks, ocyrus!
That helped! ...it does take dismayingly long for posts to show up
here.
On Jan 29, 1:49 pm, ocyrus <[EMAIL PROTECTED]> wrote:
> I recently solved this solution this way,
>
> $(document).ready(function(){
> $('#profile-nav').children().each(function(){
> $(this).click(func
Biography
Background
Contact
$(document).ready(function(){
$('#profile-nav').children().each(function(){
$(this).click(function(){
toggleTabs($(this));
return false;
});
});
});
function toggleTabs(tab) {
tab.siblings().children().removeClass('
I recently solved this solution this way,
$(document).ready(function(){
$('#profile-nav').children().each(function(){
$(this).click(function(){
toggleTabs($(this));
return false;
});
});
});
function toggleTabs(tab) {
tab.siblings().children().removeClass('on');
tab.c
4 matches
Mail list logo