/[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 32 by dpavlin, Fri Aug 18 11:54:32 2006 UTC revision 33 by dpavlin, Fri Aug 18 13:09:42 2006 UTC
# Line 16  Line 16 
16  <!--  <!--
17    
18  $(document).ready( function() {  $(document).ready( function() {
19          //log( 'hook onchange to #search_form' );          $.log.info('hook onchange to #search_form' );
20          $('#search_form').change( function() {          $('#search_form').change( function() {
21                  //logDebug('submit #search_form');                  //logDebug('submit #search_form');
22                  this.submit();                  this.submit();
# Line 29  $(document).ready( function() { Line 29  $(document).ready( function() {
29  </HEAD>  </HEAD>
30  <BODY>  <BODY>
31    
 <div id="debug" class="debug">  
 <a class="hide" href="#" onclick="javascript:$('#debug').toggle(); $('#debug_show').toggle(); return false;">X</a>  
 </div>  
 <div id="debug_show" class="debug">  
 <a class="hide" href="#" onclick="javascript:$('#debug').toggle(); $('#debug_show').toggle(); return false;"><span id="debug-counter">?</span></a>  
 </div>  
   
32    
33  <div id="search_form_div">  <div id="search_form_div">
34    

Legend:
Removed from v.32  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.26