Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
<div class="bbWrapper">I'm posting it on the general questions.
I have the following javascript code, used for a plugin called heic2any (converts heic images to jpeg / its functionality is not interesting us for this problem).
On the testing board I run jQuery noConflict so this is the reason why it is written without $.
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code"> JavaScript:
<div class="bbCodeBlock-content" dir="ltr"> function convertHeicToJpg(input) { let fileInputElement = jQuery(input)[0]; let container = new DataTransfer(); for (var i = 0; i
I have the following javascript code, used for a plugin called heic2any (converts heic images to jpeg / its functionality is not interesting us for this problem).
On the testing board I run jQuery noConflict so this is the reason why it is written without $.
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code"> JavaScript:
<div class="bbCodeBlock-content" dir="ltr"> function convertHeicToJpg(input) { let fileInputElement = jQuery(input)[0]; let container = new DataTransfer(); for (var i = 0; i