View difference between Paste ID: 5iFEZEZ1 and x5q2jJKM
SHOW: | | - or go back to the newest paste.
1
$(function() {
2
    function lamee(z1) {
3-
        $("table tr ").ready(function() {
3+
        $('[data-id="' + z1 + '"]').toggleClass('highlight');
4-
           $('[data-id="' + z1 + '"]').addClass('highlight');
4+
5-
        }, function() {
5+
6-
             $('[data-id="01"]').removeClass('highlight');
6+