Revision 1283:006057cf8f16 plugins/redmine_bibliography/assets

View differences:

plugins/redmine_bibliography/assets/javascripts/authors.js
17 17
$(".author_search").live('keyup.autocomplete', function(){
18 18
     $(this).autocomplete({
19 19
        source: '/publications/autocomplete_for_author',
20
        minLength: 2
20
        minLength: 2,
21
        select: function(event, ui){
22
            alert("gOtChA " + ui.item.id + " " + ui.item.type);
23
        }
21 24
    });
22 25
});
23 26

  

Also available in: Unified diff