/[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 25 by dpavlin, Thu Aug 17 21:30:41 2006 UTC revision 62 by dpavlin, Sun Aug 27 21:07:16 2006 UTC
# Line 4  Line 4 
4  <META CONTENT="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">  <META CONTENT="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
5    
6  <TITLE>No pager</TITLE>  <TITLE>No pager</TITLE>
7  <base href="<% $q->url() %>"/>  <base href="<% $self %>"/>
8  <LINK HREF="style.css" TYPE="text/css" REL="stylesheet" />  <LINK HREF="style.css" TYPE="text/css" REL="stylesheet" />
9    
10  <SCRIPT SRC="jquery.js" TYPE="text/javascript"></SCRIPT>  <SCRIPT SRC="../jquery/jquery.js" TYPE="text/javascript"></SCRIPT>
11    
12    <SCRIPT SRC="../jquery/jquery-log.js" TYPE="text/javascript"></SCRIPT>
13    <LINK HREF="../jquery/jquery-log.css" TYPE="text/css" REL="stylesheet" />
14    
15  <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>  <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>
16  <SCRIPT src="no_pager.js" TYPE="text/javascript"></SCRIPT>  <SCRIPT src="no_pager.js" TYPE="text/javascript"></SCRIPT>
17    
# Line 15  Line 19 
19  <!--  <!--
20    
21  $(document).ready( function() {  $(document).ready( function() {
22          //log( 'hook onchange to #search_form' );          $.log.info('hook onchange to #search_form' );
23          $('#search_form').change( function() {          $('#search_form').change( function() {
24                  //logDebug('submit #search_form');                  //logDebug('submit #search_form');
25                  this.submit();                  this.submit();
# Line 28  $(document).ready( function() { Line 32  $(document).ready( function() {
32  </HEAD>  </HEAD>
33  <BODY>  <BODY>
34    
 <div id="debug">  
 <a class="hide" href="#" onclick="javascript:$('#debug').hide(); return false;">X</a>  
 </div>  
35    
36  <div id="search_form_div">  <div id="search_form_div">
37    

Legend:
Removed from v.25  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26