Skip to content

Instantly share code, notes, and snippets.

View mrsrinivas's full-sized avatar
🎯
Focusing

Srinivas Reddy mrsrinivas

🎯
Focusing
View GitHub Profile
@mrsrinivas
mrsrinivas / ajaxuploader.js
Created July 26, 2012 11:48
Ajaxuploader.js
jQuery.extend({
createUploadIframe: function(id, uri)
{
//create frame
var frameId = 'jUploadFrame' + id;
var iframeHtml = '<iframe id="' + frameId + '" name="' + frameId + '" style="position:absolute; top:-9999px; left:-9999px"';
if(window.ActiveXObject)