hello sir i need to remove scrollbar only through jquery as th iframe is generated from third party web
You can set the scrolling="no" in Iframe.
You can set it using jQuery.
$("#iFrame1").attr('scrolling', 'no');
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.