@alien4u i have a suitelet where a user can select a file, or paste text directly into a text box. I want the client script to pick up if the user selected a file or pasted text.
c
Chris
07/07/2021, 9:08 PM
jQuery is already on the page... not the best solution but it works.
Chris
07/07/2021, 9:09 PM
jQuery('#custpage_my_thing').on('change', function () { ... });