Info
| Version: | 1.0.0 | 
| Author(s): | Robert Westerlund | 
| Last Update: | Sunday, October 2, 2011 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/jquery.captureDocumentWrite | 
Install
Install-Package jquery.captureDocumentWrite
                        dotnet add package jquery.captureDocumentWrite
                        paket add jquery.captureDocumentWrite
                        
                                jquery.captureDocumentWrite Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- jQuery(1.6)
 
Tags
                
Originally created to support the SignalR chat sample application when adding content providers for reading entries from pastie or git. Sample usage: $('<div/>').captureDocumentWrite('https://gist.github.com/1158895.js?file=gistfile1.cs', function(content){/*callback after content is inserted into the div element*/}).appendTo(wrapper);.