/[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 26 by dpavlin, Thu Aug 17 21:30:41 2006 UTC revision 27 by dpavlin, Thu Aug 17 22:51:56 2006 UTC
# Line 29  $(document).ready( function() { Line 29  $(document).ready( function() {
29  <BODY>  <BODY>
30    
31  <div id="debug">  <div id="debug">
32  <a class="hide" href="#" onclick="javascript:$('#debug').hide(); return false;">X</a>  <a class="hide" href="#" onclick="javascript:$('#debug').hide(); $('#debug_show').show(); return false;">X</a>
33  </div>  </div>
34    <div id="debug_show">
35    <a class="hide" href="#" onclick="javascript:$('#debug').show(); $('#debug_show').hide(); return false;">?</a>
36    </div>
37    
38    
39  <div id="search_form_div">  <div id="search_form_div">
40    

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

  ViewVC Help
Powered by ViewVC 1.1.26