Sounds like it may be a "livequery" issue, which this plug-in
addresses:

http://docs.jquery.com/Plugins/livequery

It basically re-applies functionality to newly inserted DOM elements.

hth,

Rick

> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On 
> Behalf Of
r1u0...@gmail.com
> Sent: Tuesday, February 17, 2009 8:12 AM
> To: jQuery (English)
> Subject: [jQuery] [AJAX] Problem with loading jquery through ajax
> 
> 
> Hi,
> 
> I've got master page with menu. When I click on menu option new page
> should be loaded (quite normal :P).
> I'm trying to do that using:
> $.post("hotline.aspx", function(data) { $("#load").html(data); });
> 
> And div "load" is populated with html, but it seems like it isn't
> executed (there is f.e. jquery.js included, it's loaded - I've checked
> with firebug - but it isn't executed).
> 
> When I open hotline.aspx in new window, everything is ok, but when
> from master page - fail.
> 
> I was trying to do that with get, $.ajax, load, post but nothing is
> changed. Should I fire some additional function after load completed?
> 
> Regards
> Radek

Reply via email to