Showing posts with label set src. Show all posts
Showing posts with label set src. Show all posts

Tuesday, August 18, 2015

Iframe set source or href using jquery

    var folderID = $(this).closest('[id]').attr('id');
                var url = 'UploadMultipleFiles.aspx?folderId=' + folderID;
                $('#myframe').attr("src", url);