github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 553
    • 89
  • Source
  • Commits
  • Network (89)
  • Graphs
  • Tree: bf67347

click here to add a description

click here to add a homepage

  • Switch Branches (7)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
  • Switch Tags (18)
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

Fixed visual test for Autocomplete to include select event. Test for #5405 
Autocomplete: select event not triggered when mousedown duration > blur timeout
jzaefferer (author)
Sat May 15 07:09:12 -0700 2010
commit  bf673476ee6a20cb1ca4
tree    fe732e8510de9e17ec0e
parent  0460b46c1c12bd77d403
M tests/visual/autocomplete/autocomplete.html 5 •••••
Txt tests/visual/autocomplete/autocomplete.html
  • View file @ bf67347
... ...
@@ -40,8 +40,11 @@
40 40
         close: function() {
41 41
           log("Hiding suggestions");
42 42
         },
  43
+        select: function(event, ui) {
  44
+          log("Selected: " + ui.item.value);
  45
+        },
43 46
         change: function(event, ui) {
44  
-          log(ui.item ? ("Selected: " + ui.item.value) : "Nothing selected, input was " + this.value);
  47
+          log(ui.item ? ("Changed to: " + ui.item.value) : "Nothing selected, input was " + this.value);
45 48
         }
46 49
       });
47 50
     }

0 notes on commit bf67347

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server