Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bootstrap input change color
#5
Hi. In Delphi:
Code:
WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA("$('#LBLSTATS').removeClass('text-info');$('#LBLSTATS').addClass('text-danger');");
Code:
WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA("$('#EDNAME').css('background-color', 'red');");
Reply


Messages In This Thread
Bootstrap input change color - by bostjan - 06-02-2020, 08:43 PM
RE: Bootstrap input change color - by bostjan - 06-08-2020, 10:20 AM
RE: Bootstrap input change color - by MJS@mjs.us - 06-08-2020, 01:13 PM
RE: Bootstrap input change color - by bostjan - 06-09-2020, 11:34 AM
RE: Bootstrap input change color - by Jose Nilton Pace - 06-09-2020, 12:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)