/[jquery]/no_pager/search.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /no_pager/search.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 27 by dpavlin, Thu Aug 17 22:51:56 2006 UTC revision 29 by dpavlin, Fri Aug 18 10:25:10 2006 UTC
# Line 28  $(document).ready( function() { Line 28  $(document).ready( function() {
28  </HEAD>  </HEAD>
29  <BODY>  <BODY>
30    
31  <div id="debug">  <div id="debug" class="debug">
32  <a class="hide" href="#" onclick="javascript:$('#debug').hide(); $('#debug_show').show(); return false;">X</a>  <a class="hide" href="#" onclick="javascript:$('#debug').toggle(); $('#debug_show').toggle(); return false;">X</a>
33  </div>  </div>
34  <div id="debug_show">  <div id="debug_show" class="debug">
35  <a class="hide" href="#" onclick="javascript:$('#debug').show(); $('#debug_show').hide(); return false;">?</a>  <a class="hide" href="#" onclick="javascript:$('#debug').toggle(); $('#debug_show').toggle(); return false;">?</a>
36  </div>  </div>
37    
38    

Legend:
Removed from v.27  
changed lines
  Added in v.29

  ViewVC Help
Powered by ViewVC 1.1.26