ClientEvents ....do not work in Modal or Inline VIEWs... pls. help August 26, 2020, 10:57:11 AM Hi,I saw that: ClientEvents ....do not work in Modal or Inline VIEWs... Is there a way to make it working ?Thanks in advance for any help on this topic, Catalin ! Quote Selected
Re: ClientEvents ....do not work in Modal or Inline VIEWs... pls. help Reply #1 – August 27, 2020, 10:02:49 PM @Catalin you can do the following:Code: [Select]$(document).on('change', 'the id of the input here', function() { $('id of the input here').val();}here is a topic if you want to read more https://phprad.com/forum/index.php?topic=1033.msg3369#msg3369. Quote Selected