<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Oct 2017 20:33:00 Z</lastBuildDate><pubDate>6 Oct 2017 16:36:00 Z</pubDate><description>I have this code in row selection of a table:&#13;
--------------------------------------------------------------------------------------------------&#13;
sBiblioteca is string&#13;
IF TABLE_Biblioteca.COL_BIB_TIPO = 1 THEN&#13;
sBiblioteca += [&#13;
&lt;div style="border: 1px solid lightgray;" tipo="1" id="&#13;
]+QRY_SEL_BIBLIOTECA.BIB_CLAVE+&#13;
[&#13;
" ondrop="drop(event)" ondragover="allowDrop(event)" &gt;&lt;img src="\&#13;
]+FolderWeb()+"\iblioteca\"+TABLE_Biblioteca.COL_BIB_RUTAARCHIVO+&#13;
[&#13;
" draggable="true" ondragstart="drag(event)" tipo="1" id="&#13;
]+TABLE_Biblioteca.COL_NUM_CTRL+&#13;
[&#13;
" class="img-responsive" style="height: 100%; margin: 0 auto;"&gt;&lt;/div&gt;&#13;
]&#13;
ELSE&#13;
sBiblioteca += [&#13;
&lt;div style="border: 1px solid lightgray; height: 100%;" class="modal-video" tipo="2" id="&#13;
]+TABLE_Biblioteca.COL_NUM_CTRL+&#13;
[&#13;
" draggable="true" ondragstart="drag(event)"&gt;&#13;
&lt;video style="width: 100%; height: 100%;" controls&gt;&#13;
&lt;source src="\&#13;
]+FolderWeb()+"\iblioteca\"+TABLE_Biblioteca.COL_BIB_RUTAARCHIVO+&#13;
[&#13;
" type="video/mp4"&gt;&#13;
&lt;/video&gt;&#13;
&lt;/div&gt;&#13;
]&#13;
END&#13;
&#13;
EDT_ArchivoBiblioteca = sBiblioteca&#13;
&#13;
--------------------------------------------------------------------------------------------------&#13;
&#13;
And I need to hear the change event to execute a jquery statement, I have this Jquery code in the advanced tab in the page description.&#13;
&#13;
--------------------------------------------------------------------------------------------------&#13;
&#13;
&lt;script&gt;&#13;
$(document).ready(function() {&#13;
&#13;
$("#A44").on("change copy keyup", function() {&#13;
$("#biblioteca").html($("#A44").val());&#13;
});&#13;
&#13;
});&#13;
&lt;/script&gt;&#13;
&#13;
--------------------------------------------------------------------------------------------------&#13;
&#13;
It works fine if I manually change the value of the EDT, but I need that EDT fence hidden and that the change of Jquery recognizes when WebDev assigns the value by programming.&#13;
&#13;
Any ideas on how to do this? Or what other jquery event can I use to recognize the value change made by webdev?&#13;
&#13;
Thanks in advance</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with/read.awp</link><title>Execute a change Jquery event changing the value of a EDT with WedDev</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with-62889/read.awp</comments><pubDate>9 Oct 2017 20:33:00 Z</pubDate><description>Good afternoon Mike.&#13;
&#13;
What I wanted to do was to modify the HTML code that I was generating and assigned to an HTM control, bu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with-62889/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with-62889/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with/read.awp">Execute a change Jquery event changing the value of a EDT with WedDev</source><title>Re: Execute a change Jquery event changing the value of a EDT with WedDev</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with-62866/read.awp</comments><pubDate>6 Oct 2017 16:55:00 Z</pubDate><description>David,&#13;
&#13;
Can you explain simply what the process is that you are trying to achieve.&#13;
&#13;
Surely, using the "mouse over" , you can…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with-62866/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with-62866/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62865-execute-change-jquery-event-changing-value-edt-with/read.awp">Execute a change Jquery event changing the value of a EDT with WedDev</source><title>Re: Execute a change Jquery event changing the value of a EDT with WedDev</title></item></channel></rss>
