How do I change the style (color) of a div such as the following?
'<div id=foo class='ed' style='display: <%= ((foo.isTrue) ? string.Empty : 'none') %>'> <%= ((foo.isTrue) ? foo.Name: 'false foo') %>'`
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to alter the color of the div with client side code (javascript) running in the browser, you do something like the following: