When we working with iframe if we want to access iframe elements using JQuery.If you try to access using ID, class or other attributes may be you can’t access those.Here is a simple effective method to do this.
$("#iframeID").contents().find("#contentID");