Changeset 1820

Show
Ignore:
Timestamp:
05/22/10 22:38:19 (3 years ago)
Author:
cdavid
Message:

highlighting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/prj/jobad/trunk/core/script/remake/services/latin.js

    r1818 r1820  
    385385    // highlight bracketed expression 
    386386    if (getTagName(target) == 'mfenced') { 
    387        highlight(target); 
    388        setTimeout(function(){lowlight(target)}, 2000); 
     387                $(target).effect("highlight", {}, 3000); 
     388       //highlight(target); 
     389       //setTimeout(function(){lowlight(target)}, 2000); 
    389390    } 
    390391    // highlight variable declaration 
     
    395396        ); 
    396397        var v = res.singleNodeValue; 
    397         highlight(v); 
    398         setTimeout(function(){lowlight(v)}, 2000); 
     398                $(v).effect("highlight", {}, 3000); 
     399        //highlight(v); 
     400        //setTimeout(function(){lowlight(v)}, 2000); 
    399401    } 
    400402    return true;