eking
-
Apply class to parent if child div contains class
I fixed it, thanks guys!
-
Apply class to parent if child div contains class
Okay I got it to work in the CMS! (I had to change some settings) I'm trying to use this same method to change a background color, but it doesn't seem to work. At first I just thought that it was the CMS but I also can't get it to wo…
-
Apply class to parent if child div contains class
Okay, I apologize for my confusion I've added this to my document like this but It's not working any suggestions? $(document).ready(function(){ $("body").focus(function(){ $('.lof-inner div.hot').closest('.lof-…
-
Apply class to parent if child div contains class
Awesome! Thanks so much!
-
Apply class to parent if child div contains class
Title Thursday, 10 January 2013 14:55 Some text Text Text Some Text
-
Apply class to parent if child div contains class
Hi, I'm new here but I saw TheDoc's solution so I figured I should signup. I'm trying to add some colors to some CMS rendered code, and need a way to change a parent's style, when an ID is present in the child. The problem is t…