Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Updating a jquery value -- HOW TO?
#3
Hi. Try something like this in you delphi side:
Code:
   WebApplication.CallBackResponse.AddJavaScriptToExecute(
      '$("#PEERSON").val("newvalue");'
   );
or
   WebApplication.CallBackResponse.AddJavaScriptToExecute(
      'IW.$("#PEERSON").value("newvalue");'
   );
Not tested ok. But the idea is here.
Reply


Messages In This Thread
Updating a jquery value -- HOW TO? - by pdinsd - 10-25-2019, 12:53 AM
RE: Updating a jquery value -- HOW TO? - by Jose Nilton Pace - 10-25-2019, 11:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)