labs.bartheq.com

chrome extensions & jQuery stuff (;

REALLY fast way of showing/hiding large numbers of elements using jQuery

works on all browsers and can be modified for other style changes.

$.fn.extend({
 mytoggle: function (selector) {
  ($('#'+(id = selector.replace(/[^a-z0-9]/g,'_'))).size() > 0)
   ? $('#'+id).remove()
   : $('<style type="text/css" id="'+id+'">'+selector+' { display: none !important; }</style>')
      .appendTo('head');
 },
 mystyle: function (selector,style) {
  ($('#'+(id = (selector+style).replace(/[^a-z0-9]/g,'_'))).size() > 0)
   ? $('#'+id).remove()
   : $('<style type="text/css" id="'+id+'">'+selector+' { '+style+' }</style>')
      .appendTo('head');
 }
});

// use:
$().mytoggle('.firstclass,.secondclass,...');
// instead of:
$('.firstclass,.secondclass,...').toggle();

hide columns: fast way   slow way
add bold: fast way   slower way (in some browsers)

back to labs

01.0101.0201.0301.0401.0501.0601.0701.0801.0901.1001.1101.1201.1301.1401.1501.1601.1701.1801.1901.20
02.0102.0202.0302.0402.0502.0602.0702.0802.0902.1002.1102.1202.1302.1402.1502.1602.1702.1802.1902.20
03.0103.0203.0303.0403.0503.0603.0703.0803.0903.1003.1103.1203.1303.1403.1503.1603.1703.1803.1903.20
04.0104.0204.0304.0404.0504.0604.0704.0804.0904.1004.1104.1204.1304.1404.1504.1604.1704.1804.1904.20
05.0105.0205.0305.0405.0505.0605.0705.0805.0905.1005.1105.1205.1305.1405.1505.1605.1705.1805.1905.20
06.0106.0206.0306.0406.0506.0606.0706.0806.0906.1006.1106.1206.1306.1406.1506.1606.1706.1806.1906.20
07.0107.0207.0307.0407.0507.0607.0707.0807.0907.1007.1107.1207.1307.1407.1507.1607.1707.1807.1907.20
08.0108.0208.0308.0408.0508.0608.0708.0808.0908.1008.1108.1208.1308.1408.1508.1608.1708.1808.1908.20
09.0109.0209.0309.0409.0509.0609.0709.0809.0909.1009.1109.1209.1309.1409.1509.1609.1709.1809.1909.20
10.0110.0210.0310.0410.0510.0610.0710.0810.0910.1010.1110.1210.1310.1410.1510.1610.1710.1810.1910.20
11.0111.0211.0311.0411.0511.0611.0711.0811.0911.1011.1111.1211.1311.1411.1511.1611.1711.1811.1911.20
12.0112.0212.0312.0412.0512.0612.0712.0812.0912.1012.1112.1212.1312.1412.1512.1612.1712.1812.1912.20
13.0113.0213.0313.0413.0513.0613.0713.0813.0913.1013.1113.1213.1313.1413.1513.1613.1713.1813.1913.20
14.0114.0214.0314.0414.0514.0614.0714.0814.0914.1014.1114.1214.1314.1414.1514.1614.1714.1814.1914.20
15.0115.0215.0315.0415.0515.0615.0715.0815.0915.1015.1115.1215.1315.1415.1515.1615.1715.1815.1915.20
16.0116.0216.0316.0416.0516.0616.0716.0816.0916.1016.1116.1216.1316.1416.1516.1616.1716.1816.1916.20
17.0117.0217.0317.0417.0517.0617.0717.0817.0917.1017.1117.1217.1317.1417.1517.1617.1717.1817.1917.20
18.0118.0218.0318.0418.0518.0618.0718.0818.0918.1018.1118.1218.1318.1418.1518.1618.1718.1818.1918.20
19.0119.0219.0319.0419.0519.0619.0719.0819.0919.1019.1119.1219.1319.1419.1519.1619.1719.1819.1919.20
20.0120.0220.0320.0420.0520.0620.0720.0820.0920.1020.1120.1220.1320.1420.1520.1620.1720.1820.1920.20
21.0121.0221.0321.0421.0521.0621.0721.0821.0921.1021.1121.1221.1321.1421.1521.1621.1721.1821.1921.20
22.0122.0222.0322.0422.0522.0622.0722.0822.0922.1022.1122.1222.1322.1422.1522.1622.1722.1822.1922.20
23.0123.0223.0323.0423.0523.0623.0723.0823.0923.1023.1123.1223.1323.1423.1523.1623.1723.1823.1923.20
24.0124.0224.0324.0424.0524.0624.0724.0824.0924.1024.1124.1224.1324.1424.1524.1624.1724.1824.1924.20
25.0125.0225.0325.0425.0525.0625.0725.0825.0925.1025.1125.1225.1325.1425.1525.1625.1725.1825.1925.20
26.0126.0226.0326.0426.0526.0626.0726.0826.0926.1026.1126.1226.1326.1426.1526.1626.1726.1826.1926.20
27.0127.0227.0327.0427.0527.0627.0727.0827.0927.1027.1127.1227.1327.1427.1527.1627.1727.1827.1927.20
28.0128.0228.0328.0428.0528.0628.0728.0828.0928.1028.1128.1228.1328.1428.1528.1628.1728.1828.1928.20
29.0129.0229.0329.0429.0529.0629.0729.0829.0929.1029.1129.1229.1329.1429.1529.1629.1729.1829.1929.20
30.0130.0230.0330.0430.0530.0630.0730.0830.0930.1030.1130.1230.1330.1430.1530.1630.1730.1830.1930.20
31.0131.0231.0331.0431.0531.0631.0731.0831.0931.1031.1131.1231.1331.1431.1531.1631.1731.1831.1931.20
32.0132.0232.0332.0432.0532.0632.0732.0832.0932.1032.1132.1232.1332.1432.1532.1632.1732.1832.1932.20
33.0133.0233.0333.0433.0533.0633.0733.0833.0933.1033.1133.1233.1333.1433.1533.1633.1733.1833.1933.20
34.0134.0234.0334.0434.0534.0634.0734.0834.0934.1034.1134.1234.1334.1434.1534.1634.1734.1834.1934.20
35.0135.0235.0335.0435.0535.0635.0735.0835.0935.1035.1135.1235.1335.1435.1535.1635.1735.1835.1935.20
36.0136.0236.0336.0436.0536.0636.0736.0836.0936.1036.1136.1236.1336.1436.1536.1636.1736.1836.1936.20
37.0137.0237.0337.0437.0537.0637.0737.0837.0937.1037.1137.1237.1337.1437.1537.1637.1737.1837.1937.20
38.0138.0238.0338.0438.0538.0638.0738.0838.0938.1038.1138.1238.1338.1438.1538.1638.1738.1838.1938.20
39.0139.0239.0339.0439.0539.0639.0739.0839.0939.1039.1139.1239.1339.1439.1539.1639.1739.1839.1939.20
40.0140.0240.0340.0440.0540.0640.0740.0840.0940.1040.1140.1240.1340.1440.1540.1640.1740.1840.1940.20
41.0141.0241.0341.0441.0541.0641.0741.0841.0941.1041.1141.1241.1341.1441.1541.1641.1741.1841.1941.20
42.0142.0242.0342.0442.0542.0642.0742.0842.0942.1042.1142.1242.1342.1442.1542.1642.1742.1842.1942.20
43.0143.0243.0343.0443.0543.0643.0743.0843.0943.1043.1143.1243.1343.1443.1543.1643.1743.1843.1943.20
44.0144.0244.0344.0444.0544.0644.0744.0844.0944.1044.1144.1244.1344.1444.1544.1644.1744.1844.1944.20
45.0145.0245.0345.0445.0545.0645.0745.0845.0945.1045.1145.1245.1345.1445.1545.1645.1745.1845.1945.20
46.0146.0246.0346.0446.0546.0646.0746.0846.0946.1046.1146.1246.1346.1446.1546.1646.1746.1846.1946.20
47.0147.0247.0347.0447.0547.0647.0747.0847.0947.1047.1147.1247.1347.1447.1547.1647.1747.1847.1947.20
48.0148.0248.0348.0448.0548.0648.0748.0848.0948.1048.1148.1248.1348.1448.1548.1648.1748.1848.1948.20
49.0149.0249.0349.0449.0549.0649.0749.0849.0949.1049.1149.1249.1349.1449.1549.1649.1749.1849.1949.20
50.0150.0250.0350.0450.0550.0650.0750.0850.0950.1050.1150.1250.1350.1450.1550.1650.1750.1850.1950.20
51.0151.0251.0351.0451.0551.0651.0751.0851.0951.1051.1151.1251.1351.1451.1551.1651.1751.1851.1951.20
52.0152.0252.0352.0452.0552.0652.0752.0852.0952.1052.1152.1252.1352.1452.1552.1652.1752.1852.1952.20
53.0153.0253.0353.0453.0553.0653.0753.0853.0953.1053.1153.1253.1353.1453.1553.1653.1753.1853.1953.20
54.0154.0254.0354.0454.0554.0654.0754.0854.0954.1054.1154.1254.1354.1454.1554.1654.1754.1854.1954.20
55.0155.0255.0355.0455.0555.0655.0755.0855.0955.1055.1155.1255.1355.1455.1555.1655.1755.1855.1955.20
56.0156.0256.0356.0456.0556.0656.0756.0856.0956.1056.1156.1256.1356.1456.1556.1656.1756.1856.1956.20
57.0157.0257.0357.0457.0557.0657.0757.0857.0957.1057.1157.1257.1357.1457.1557.1657.1757.1857.1957.20
58.0158.0258.0358.0458.0558.0658.0758.0858.0958.1058.1158.1258.1358.1458.1558.1658.1758.1858.1958.20
59.0159.0259.0359.0459.0559.0659.0759.0859.0959.1059.1159.1259.1359.1459.1559.1659.1759.1859.1959.20
60.0160.0260.0360.0460.0560.0660.0760.0860.0960.1060.1160.1260.1360.1460.1560.1660.1760.1860.1960.20
61.0161.0261.0361.0461.0561.0661.0761.0861.0961.1061.1161.1261.1361.1461.1561.1661.1761.1861.1961.20
62.0162.0262.0362.0462.0562.0662.0762.0862.0962.1062.1162.1262.1362.1462.1562.1662.1762.1862.1962.20
63.0163.0263.0363.0463.0563.0663.0763.0863.0963.1063.1163.1263.1363.1463.1563.1663.1763.1863.1963.20
64.0164.0264.0364.0464.0564.0664.0764.0864.0964.1064.1164.1264.1364.1464.1564.1664.1764.1864.1964.20
65.0165.0265.0365.0465.0565.0665.0765.0865.0965.1065.1165.1265.1365.1465.1565.1665.1765.1865.1965.20
66.0166.0266.0366.0466.0566.0666.0766.0866.0966.1066.1166.1266.1366.1466.1566.1666.1766.1866.1966.20
67.0167.0267.0367.0467.0567.0667.0767.0867.0967.1067.1167.1267.1367.1467.1567.1667.1767.1867.1967.20
68.0168.0268.0368.0468.0568.0668.0768.0868.0968.1068.1168.1268.1368.1468.1568.1668.1768.1868.1968.20
69.0169.0269.0369.0469.0569.0669.0769.0869.0969.1069.1169.1269.1369.1469.1569.1669.1769.1869.1969.20
70.0170.0270.0370.0470.0570.0670.0770.0870.0970.1070.1170.1270.1370.1470.1570.1670.1770.1870.1970.20
71.0171.0271.0371.0471.0571.0671.0771.0871.0971.1071.1171.1271.1371.1471.1571.1671.1771.1871.1971.20
72.0172.0272.0372.0472.0572.0672.0772.0872.0972.1072.1172.1272.1372.1472.1572.1672.1772.1872.1972.20
73.0173.0273.0373.0473.0573.0673.0773.0873.0973.1073.1173.1273.1373.1473.1573.1673.1773.1873.1973.20
74.0174.0274.0374.0474.0574.0674.0774.0874.0974.1074.1174.1274.1374.1474.1574.1674.1774.1874.1974.20
75.0175.0275.0375.0475.0575.0675.0775.0875.0975.1075.1175.1275.1375.1475.1575.1675.1775.1875.1975.20
76.0176.0276.0376.0476.0576.0676.0776.0876.0976.1076.1176.1276.1376.1476.1576.1676.1776.1876.1976.20
77.0177.0277.0377.0477.0577.0677.0777.0877.0977.1077.1177.1277.1377.1477.1577.1677.1777.1877.1977.20
78.0178.0278.0378.0478.0578.0678.0778.0878.0978.1078.1178.1278.1378.1478.1578.1678.1778.1878.1978.20
79.0179.0279.0379.0479.0579.0679.0779.0879.0979.1079.1179.1279.1379.1479.1579.1679.1779.1879.1979.20
80.0180.0280.0380.0480.0580.0680.0780.0880.0980.1080.1180.1280.1380.1480.1580.1680.1780.1880.1980.20
81.0181.0281.0381.0481.0581.0681.0781.0881.0981.1081.1181.1281.1381.1481.1581.1681.1781.1881.1981.20
82.0182.0282.0382.0482.0582.0682.0782.0882.0982.1082.1182.1282.1382.1482.1582.1682.1782.1882.1982.20
83.0183.0283.0383.0483.0583.0683.0783.0883.0983.1083.1183.1283.1383.1483.1583.1683.1783.1883.1983.20
84.0184.0284.0384.0484.0584.0684.0784.0884.0984.1084.1184.1284.1384.1484.1584.1684.1784.1884.1984.20
85.0185.0285.0385.0485.0585.0685.0785.0885.0985.1085.1185.1285.1385.1485.1585.1685.1785.1885.1985.20
86.0186.0286.0386.0486.0586.0686.0786.0886.0986.1086.1186.1286.1386.1486.1586.1686.1786.1886.1986.20
87.0187.0287.0387.0487.0587.0687.0787.0887.0987.1087.1187.1287.1387.1487.1587.1687.1787.1887.1987.20
88.0188.0288.0388.0488.0588.0688.0788.0888.0988.1088.1188.1288.1388.1488.1588.1688.1788.1888.1988.20
89.0189.0289.0389.0489.0589.0689.0789.0889.0989.1089.1189.1289.1389.1489.1589.1689.1789.1889.1989.20
90.0190.0290.0390.0490.0590.0690.0790.0890.0990.1090.1190.1290.1390.1490.1590.1690.1790.1890.1990.20
91.0191.0291.0391.0491.0591.0691.0791.0891.0991.1091.1191.1291.1391.1491.1591.1691.1791.1891.1991.20
92.0192.0292.0392.0492.0592.0692.0792.0892.0992.1092.1192.1292.1392.1492.1592.1692.1792.1892.1992.20
93.0193.0293.0393.0493.0593.0693.0793.0893.0993.1093.1193.1293.1393.1493.1593.1693.1793.1893.1993.20
94.0194.0294.0394.0494.0594.0694.0794.0894.0994.1094.1194.1294.1394.1494.1594.1694.1794.1894.1994.20
95.0195.0295.0395.0495.0595.0695.0795.0895.0995.1095.1195.1295.1395.1495.1595.1695.1795.1895.1995.20
96.0196.0296.0396.0496.0596.0696.0796.0896.0996.1096.1196.1296.1396.1496.1596.1696.1796.1896.1996.20
97.0197.0297.0397.0497.0597.0697.0797.0897.0997.1097.1197.1297.1397.1497.1597.1697.1797.1897.1997.20
98.0198.0298.0398.0498.0598.0698.0798.0898.0998.1098.1198.1298.1398.1498.1598.1698.1798.1898.1998.20
99.0199.0299.0399.0499.0599.0699.0799.0899.0999.1099.1199.1299.1399.1499.1599.1699.1799.1899.1999.20