Hi!
Du postest eindeutig zuwenig von deinem Code ;)
:-)
<html>
<head>
<title></title>
<script type="text/javascript">
var foo =
{
bar : function(text)
{
window.alert(text);
}
}
var foobar = new foo();
</script>
</head>
<body>
<a href="#" onclick="foobar.bar('slide_me');">Teste!!!</a>
</body>
</html>
Und bei meinem Versuch gab es eine Fehlermeldung.
Welche?
Firebug meldet "Foo is not a constructor" und infolge dessen natürlich "foobar has no properties".
Danke