Skip to content

Instantly share code, notes, and snippets.

View codesecuritytest's full-sized avatar

codesecuritytest

  • Joined Oct 3, 2025
View GitHub Profile
$(document).ready(function() {
$('div.text_cf.attribute').each(function() {
if ($(this).find('span').first().text().trim() === 'Seguimiento') {
var $seguimiento = $(this).find('.value');
if ($seguimiento.length) {
var $ps = $seguimiento.find('p');
var bloquesConFecha = [];
var bloquesSinFecha = [];
var bloqueActual = [];