Uncaught TypeError: Cannot read property 'isContentEditable' of undefined
I working in a new plugin and Im stuck this part.
When I use the "contents()" function of jQuery the problem occur.
var foto = dialog.getContentElement('tab-basic', 'foto');
foto = jQuery('#'+foto.domId).find('iframe').contents().find('input[type="file"]');
And I do not know what to do!
Sry my english