i have div area contains some modules width div element, i want to drag and drop each module to iframe html ,
This modules could move to title element, head element, and body element... etc.
ican get iframe and append my css code like this
$('#myiframe').contents().find('style').html('body{color:red;}');
$('#myiframe').contents().find('body').html('
My body content
');
so how can i my other elements in iframe with your plugin.
Thank you.
i have div area contains some modules width div element, i want to drag and drop each module to iframe html ,
This modules could move to title element, head element, and body element... etc. ican get iframe and append my css code like this $('#myiframe').contents().find('style').html('body{color:red;}'); $('#myiframe').contents().find('body').html('
This work item was migrated from CodePlex
CodePlex work item ID: '35206' Vote count: '1'