Please read http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery,
if you're using jQuery.
The general JS syntax is that:

window.addEventListener('load', callbackFunction, false);

There are plenty of tutorials about JavaScript and JS frameworks like
jQuery in the net. Though your question doesn't sound like having to
do with Firebug.
Please let us know, if that helped or if you need more info.

Have a nice weekend.

Sebastian

On 3 Aug., 14:16, andineupert <[email protected]> wrote:
> Theres some code which should be executed when the webpage is
> completely loaded. I wanted to do this with  jQuery().ready( function
> { ... } ) with the code which should be executed inside the anonymous
> function. But jQuery needs the webpage as context. Something like
> jQuery(webpage).ready(...). This "webpage" is what I'm searching for.
>
> On 3 Aug., 14:05, Jan Honza Odvarko <[email protected]> wrote:
>
>
>
>
>
>
>
> > I don't understand the question.
>
> > Are you asking how to open Firebug UI? If yes, just press F12
>
> > Honza
>
> > On Aug 3, 2:00 pm, andineupert <[email protected]> wrote:
>
> > > How can I access the shown website from Firebug? I want to wait until
> > > the website is loaded, but don't know how to access it.
>
> > > Greets and Thanks..

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to