25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
1.1 KiB

  1. 1.1
  2. ---
  3. * Added matchContains: "word" option, match only the start of words instead of everywhere
  4. * Fixed mustMatch to trigger result event when no match was found
  5. * Fixed the issue where an autocomplete was applied after the field had focus
  6. * Extended multiple complete to enable editing words not at the end of the field (doesn't work in Opera)
  7. 1.0.2
  8. -----
  9. * Fixed missing semicolon
  10. 1.0.1
  11. -----
  12. * Fixed element creation (<ul> to <ul/> and <li> to </li>)
  13. * Fixed ac_even class (was ac_event)
  14. * Fixed bgiframe usage: now its really optional
  15. * Removed the blur-on-return workaround, added a less obtrusive one only for Opera
  16. * Fixed hold cursor keys: Opera needs keypress, everyone else keydown to scroll through result list when holding cursor key
  17. * Updated package to jQuery 1.2.5, removing dimensions
  18. * Fixed multiple-mustMatch: Remove only the last term when no match is found
  19. * Fixed multiple without mustMatch: Don't select the last active when no match is found (on tab/return)
  20. * Fixed multiple cursor position: Put cursor at end of input after selecting a value
  21. 1.0
  22. ---
  23. * First release.