![]() |
Updating a jquery value -- HOW TO? - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Updating a jquery value -- HOW TO? (/thread-1344.html) |
Updating a jquery value -- HOW TO? - pdinsd - 10-25-2019 I have a gauge rendered on my form using the raphael jquery library. The gauge renders correctly using the following code (placed inside a script property of a div element): Code: $('.PEERSON').kumaGauge({ How can I change the "value" from Intraweb so that the gauge updates? I know it's probably simple, but I can't see an easy way to update a jquery element's value from Delphi/Intraweb. Any help would be greatly appreciated. RE: Updating a jquery value -- HOW TO? - Anto90 - 10-25-2019 (10-25-2019, 12:53 AM)pdinsd Wrote: I have a gauge rendered on my form using the raphael jquery library. The gauge renders correctly using the following code (placed inside a script property of a div element): RE: Updating a jquery value -- HOW TO? - Jose Nilton Pace - 10-25-2019 Hi. Try something like this in you delphi side: Code: WebApplication.CallBackResponse.AddJavaScriptToExecute( |