[jQuery] Re: how change external html AFTER load using $.load

2008-10-22 Thread gtso86
On 22 out, 21:59, "Jonathan Sharp, Out West Media" wrote: > Hi gtso86, > > Do you have a URL of the page in question? > > It may be that you need to call your $('#rapida ul a')... code after   > $.load() is finished loading the content. > &

[jQuery] how change external html AFTER load using $.load

2008-10-22 Thread gtso86
Hi everybody... this morning i started a project $.load. When i load the html using $load in the main page (default.aspx) i cant interacte with using jQuery. Simple interactives like $('#rapida ul a').click(function () { var url = $(this).attr('href'); alert(url);