Jump to content

[SOLVED] jQuery :contains


Matrixkid

Recommended Posts

Hey,

 

I was wondering if someone could push me in the right direction with an issue im having, actually two.

 

First of all, im trying to change the background of the 1st parent div that contains a string.

 

Heres what im using:

$("div:contains(' minutes ago')").css("background", "rgb(229, 128, 108)");

 

Basically what is happening is that this is highlighting the parent, of the parent, of the parent divs. Where as I just want the first element highlighted.

I was wondering how this could do be done?

 

Secondly, I want to run this once my page has loaded - I have several elements that depend on a json response, and therefore when I run this jquery statement it does nothing, yet, if i run it in the javascript console in chrome or firebug, it works - since the divs are filled with information.

 

How do I go about running the statement once the divs are filled with text from the json response?

 

Thanks

MK

Link to comment
https://forums.phpfreaks.com/topic/178501-solved-jquery-contains/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.