JQuery Selection HELP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JQuery Selection HELP

Need to select table cells that contain date numbers 1-31 $('td:contains('5')').css("background-color", "yellow"); Above code selects cells 5 15 25 I need to select only cell that contains 5. Here is full code:https://jsfiddle.net/k9ynj3pf/1/

1st Apr 2018, 3:03 PM
Endri Shahini
Endri Shahini - avatar
1 Answer