Page 1 of 1
Javascript loading page problem
Posted: Thu Jan 14, 2010 9:40 am
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.
Re: Javascript loading page problem
Posted: Thu Jan 14, 2010 10:29 am
by pickle
Works fine for me.
Re: Javascript loading page problem
Posted: Thu Jan 14, 2010 10:37 am
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.
Re: Javascript loading page problem
Posted: Thu Jan 14, 2010 11:48 am
by BertR
Pickle did you do as I said?
It is not working for me here
Re: Javascript loading page problem
Posted: Thu Jan 14, 2010 12:16 pm
by BertR
Aravona ok
Can you see what's wrong?
I am newbie at this
Re: Javascript loading page problem
Posted: Fri Jan 15, 2010 2:51 am
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
Re: Javascript loading page problem
Posted: Fri Jan 15, 2010 5:40 am
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
Re: Javascript loading page problem
Posted: Fri Jan 15, 2010 8:26 am
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.
Re: Javascript loading page problem
Posted: Fri Jan 15, 2010 9:02 am
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?