Показать сообщение отдельно
  #3 (permalink)  
Старый 07.08.2013, 06:56
Аспирант
Отправить личное сообщение для NeVirus Посмотреть профиль Найти все сообщения от NeVirus
 
Регистрация: 09.01.2013
Сообщений: 54

Насчет первого вопроса, кусок документации:
Цитата:
open( event, ui )Type: autocompleteopen
Triggered when the suggestion menu is opened or updated.

event
Type: Event

ui
Type: Object
Code examples:

Initialize the autocomplete with the open callback specified:$( ".selector" ).autocomplete({
open: function( event, ui ) {}
});


Bind an event listener to the autocompleteopen event:$( ".selector" ).on( "autocompleteopen", function( event, ui ) {} );
Оно?

P.S. "БелорусСка"... ндее

Последний раз редактировалось NeVirus, 07.08.2013 в 12:13.
Ответить с цитированием