http://www.nabble.com/Plugin%3A-frameReady-updated.--Now-with-better-docs-and-demos--%29-tf3610043s15494.html

You could try frameReady:  http://ideamill.synaptrixgroup.com/?p=6 


oscar esp wrote:
> 
> 
> I did some test in order to load div using ajax call:
> 
> jQuery.ajax({
> type: "get",
> url: Purl+separator+new Date().getTime() ,
> async: true,
> dataType: "html",
> success: function(data)
> {
> jQuery("#"+fTarget).get()[0].innerHTML=data;
> }
> });
> 
> However I don't know how load content into iFrame....using ajax call.
> 
> Anyone could help me?
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ajax-call-to-load-iframe-tf3622584s15494.html#a10122947
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to