[jQuery] Re: load(file) then bind(...) ?

2009-11-13 Thread Mephi
Hi Dave. I have the same problem. I have a search results page with a jquery pagination on it. The results are loaded on the page with load(). On each results I have some links to which I have some jquery function attached and bc the content is loaded with ajax, the DOM doesnt have these componen

[jQuery] Re: load(file) then bind(...) ?

2009-11-13 Thread Mephi
I posted a message 1hour ago or so but I dont see it here displayed. Could you help me with that problem if you see my message?

[jQuery] Re: load(file) then bind(...) ?

2009-10-23 Thread ABB
live() is exactly what i needed! Thank you On Oct 22, 11:49 pm, Dave Methvin wrote: > > In other words, i have a main page with a menu that loads external > > files in the #content div with the load(file) function. The external > > file contains a DIV, and i want to bind a function to it $ > >

[jQuery] Re: load(file) then bind(...) ?

2009-10-22 Thread Dave Methvin
> In other words, i have a main page with a menu that loads external > files in the #content div with the load(file) function. The external > file contains a DIV, and i want to bind a function to it $ > ("#mynewdivfromexternalfile").click(function() {alert ('it worx!'} ); You can use a callback i