/[jquery]/tag_complete/jquery-tac.js
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 /tag_complete/jquery-tac.js

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

revision 55 by dpavlin, Sun Aug 20 13:06:28 2006 UTC revision 56 by dpavlin, Sun Aug 20 17:10:26 2006 UTC
# Line 67  function tac( Line 67  function tac(
67                                  obj.move_suggested( +1 );                                  obj.move_suggested( +1 );
68                                  return false;                                  return false;
69                          case 9:         // tab                          case 9:         // tab
70                                    obj.focus();
71                                    obj.take_suggested();
72                                    return false;
73                          case 13:        // return                          case 13:        // return
74                                  if (obj.current_selected != null) obj.focus();                                  if (obj.current_selected != null) obj.focus();
75                                  e.preventDefault();                                  return true;
                                 return false;  
76                          case 8:         // backspace                          case 8:         // backspace
77                          case 46:        // del                          case 46:        // del
78                                  obj.parse();                                  obj.parse();

Legend:
Removed from v.55  
changed lines
  Added in v.56

  ViewVC Help
Powered by ViewVC 1.1.26