Advertisement
gabrielfuentes

Change attribute that contains active to green

Aug 18th, 2021
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.11 KB | None | 0 0
  1. jQuery(document).ready(function($){
  2.     jQuery(".attribute_value p:contains('Active')").css("color","green");
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement