Was this ever resolved, by chance? I'm facing the same issue and I've
been digging around the docs and online and haven't come up with a
solution. I am using firefox 3, and I have tried, get(), load(), post
(), and ajax(), and for each one the ajax events seem to fire for the
first request only,
$.displayMessage(){ alert('hello world') }
> > });
>
> > $(function(){
> > $.displayMessage();
> > });
>
> > On May 29, 12:18 pm, Brian FitzGerald
> > wrote:
> > > I know that you can have more than on document ready event without
&
I know that you can have more than on document ready event without
difficulty. i.e.
$(function(){
// document ready 1
});
$(function(){
// document ready 2
});
The question I have is, is there any way for them to call functions
from one to the other? The following does not work:
$(functio
3 matches
Mail list logo