Javascript loading page problem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
BertR
Forum Newbie
Posts: 11
Joined: Sat Oct 22, 2005 3:18 am
Location: Netherlands

Javascript loading page problem

Post by BertR »

Hi all

Got some problems with this example site:
http://www.bertismy.name/ff/

The tabfade is loading in beginning. When you click TestPage and go back to Tabfade nothing is wrong.
But when you click Login, css is not good I know, and then go back to tabfade it is messed up. The tabs are gone.

What am I doing wrong.
jQuery is included is that the problem??
The way I load the page into the div??

Can someone help me.

jQuery and divs are new for me.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Javascript loading page problem

Post by pickle »

Works fine for me.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: Javascript loading page problem

Post by aravona »

When I first loaded your page on IE I got:

runtime error
line 195
object doesnt support this property or method

and neither FF or IE loaded it properly after going to the login page for me either.
BertR
Forum Newbie
Posts: 11
Joined: Sat Oct 22, 2005 3:18 am
Location: Netherlands

Re: Javascript loading page problem

Post by BertR »

Pickle did you do as I said?

It is not working for me here
BertR
Forum Newbie
Posts: 11
Joined: Sat Oct 22, 2005 3:18 am
Location: Netherlands

Re: Javascript loading page problem

Post by BertR »

Aravona ok

Can you see what's wrong?

I am newbie at this
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: Javascript loading page problem

Post by aravona »

runtime error
line 195
object doesnt support this property or method
The problem is which one of your files it is, as the error I get doesnt inform us of which file jsut the like : 195
BertR
Forum Newbie
Posts: 11
Joined: Sat Oct 22, 2005 3:18 am
Location: Netherlands

Re: Javascript loading page problem

Post by BertR »

line 195:

in document ready function
$("#browser").treeview({ <================ Line 195
toggle: function() {
/*console.log("%s was toggled.", $(this).find(">span").text());*/
}
});

For me it is working in FF
BertR
Forum Newbie
Posts: 11
Joined: Sat Oct 22, 2005 3:18 am
Location: Netherlands

Re: Javascript loading page problem

Post by BertR »

Also a reload is messing it up.

I have 2 buttons on top.
They reload the container in two different ways.

None of the buttons is correctly working. Only the home button but that is the one that refreshes the whole site.
BertR
Forum Newbie
Posts: 11
Joined: Sat Oct 22, 2005 3:18 am
Location: Netherlands

Re: Javascript loading page problem

Post by BertR »

The problem with IE I don't know yet.

But what I see in FF is that after a reload the classes are gone.

Some of you have simular problems?
Post Reply