How to get the current URL of Iframe using JQuery?
In order to get the URL(SRC) of Iframe using JQuery, I recommend you try using the following statement:
alert( $('iframeId').contents().get(0).location.href );
You can use Google search engine to find additional guides, tutorials and tips.