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.
Javascript loading page problem
Moderator: General Moderators
Re: Javascript loading page problem
Works fine for me.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: Javascript loading page problem
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.
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
Pickle did you do as I said?
It is not working for me here
It is not working for me here
Re: Javascript loading page problem
Aravona ok
Can you see what's wrong?
I am newbie at this
Can you see what's wrong?
I am newbie at this
Re: Javascript loading page problem
The problem is which one of your files it is, as the error I get doesnt inform us of which file jsut the like : 195runtime error
line 195
object doesnt support this property or method
Re: Javascript loading page problem
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
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
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.
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
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?
But what I see in FF is that after a reload the classes are gone.
Some of you have simular problems?