I have a django app where i have a model which contains a boolean (checkbox) field. What i would like to do is change the corresponding table row color in the admin table based on whether or not this field is checked. i have come to the conclusion that this is only possible with jquery. i am a complete n00b when it comes to jquery so i was looking for some guidance/suggestions on how i might be able to accomplish this.
Cheers