Hi,
> > var dragan = {};
>
> What this mean? I suppose it creates an object?
Yes. The fiew lines could also be written like this:
var dragan = {
debug: function(info) {
// do all sorts of fancy stuff
}
};
Christof
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
