Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#5387 closed bug (fixed)

Autocomplete: widget method not documented

Reported by: Rwhitbeck Owned by:
Priority: major Milestone: 1.8
Component: ui.autocomplete Version: 1.8rc3
Keywords: Cc:
Blocked by: Blocking:

Description

Saw a post from Rich where he suggested someone use the widget method in autocomplete.

open: function( event, ui ) {

$( this ).autocomplete( "widget" )

.find( "ui-menu-item-alternate" )

.removeClass( "ui-menu-item-alternate" )

.end() .find( "li.ui-menu-item:odd a" )

.addClass( "ui-menu-item-alternate" );

}

Link: http://forum.jquery.com/topic/alternating-style-on-autocomplete#14737000000779882

I can not find documentation on autocomplete for the widget method.

Change History (2)

comment:1 Changed 13 years ago by rdworth

Resolution: fixed
Status: newclosed

comment:2 Changed 13 years ago by rdworth

Milestone: 1.8.11.8
Version: 1.81.8rc3
Note: See TracTickets for help on using tickets.