eugenio11
eugenio11
Hello, for some files (until now, it happened only with ODS files), it seems the reader wrongly see all the 1024 columns as part of the sheet, even if just...
Hello, I embedded a YT video in a web page, here is my code ``` ``` When I play the video for the first time (after having cleaned the browser...
Hello, I think at the moment you cannot set a date via javascript or jquery using something like: `$("[name='.......']").val('2020-05-30');` am I right? You have to retrieve the flatpickr instance and...
Hello, I have noticed that the form gets "dirty" even if I just click into a textbox without changing anything. Is this the intended behaviour? Is it possible to change...
Hello, is jquery.dirty supposed to work on iOS Safari? In my tests, it doesn't work (the warning never appears). The beforeunload event should work on iOS, though. Thanks E.