jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.68k stars 2.4k forks source link

iframe cache not get cleared #8593

Open Maheshwbc opened 7 years ago

Maheshwbc commented 7 years ago

iframe cache not get cleared

Tried scenarios

iframe cache not get cleared

$("#iframeid").contents().find("body").html(""); $("#care_path_doc").attr('src', ' '); $("#care_path_doc").html(''); $('#care_path_doc').empty();

apsdehal commented 7 years ago

@Maheshwbc Can you create a fiddle for your issue? See CONTRIBUTING.md