Hi,
How can I convert the following jQuery function to pure JavaScript? Purpose: so that I will not need to include jQuery file in the header. I tried a couple of things but it didn't work.
Code:$(function () { $('#myiframe').on('load', function () { $('#myiframe').contents().find('body').css('height', '2000px'); }) })



Reply With Quote


Bookmarks