Is it possible to inject an external HTML file (or a portion of it) into an Edge Animate Div?


i think may need rebuild site working on in edge can work elements (whereas edge won't let turn externally created divs symbols)

 

i able somehow inject content html file symbol/div... how that?

 

the reason i'm asking because not sure of easiest way incorporate 2 jquery plugins i'm using - 1 quicksand filters bunch of images, images have reside on html file because have placed in unordered list custom id's (to see i'm talking here's site/demo - http://razorjack.net/quicksand/)

 

the other video lightbox (you can see both functionality here: http://www.ruesterprod.com/rpjstest/ 

 

maybe i'm going wrong , there's better way incorporate plugins....

 

thanks all!

aza

i this. might not same it's how inject external html edge files. first, i  update composition have div specific name. grouped rectangle div deleted inner rectangle.  in case have named "contentarea". note: edge animate puts "stage_" prefix on - guess should use api instead of hardcoded name - maybe later

 

use jquery ajax function in composition ready event:

 

var sc = $("#stage_contentarea");

sc.html(""); // clears out "old" content (in case cycle thru things). unnecessary you.

sc.load("pagecontenturl", function () {

     // setup scripts or whatever here. called after load succeeds.

});

 

final note - if plugins auto import jquery, can fight 1 edge imports. have gone the  way of removing import of jquery edge animate .js files ensuring host page includes jquery before preload .js file. i'm new pretty brute force! working me.



More discussions in Edge Animate CC


adobe

Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support