'indicatorClass': 'autocompleter-loading', // class added to the input during request
new Autocompleter.Request.HTML(inputCity, DIR_WEB_ROOT+'/include/ajax/cityAutocompleter.php', {
ls_Event.selectType(hash['type']||ls_Event.lang_types_all, !location.hash);
$('event_city_filter').value = hash.city == '*' ? ls_Event.lang_cities_all : hash.city;
hash.date = hashdates.map(function(date){ return ls_Event._convertDate(date, true); }).join('~');
$('event_time_select_to').value = hashdates[1]||hashdates[0];
if(ls_Event._convertDate(hash.date, true) != ls_Event.today) {
var hash = !!location.hash ? location.hash.substring(1).parseQuery() : location.search.substring(1).parseQuery();
Комментариев нет:
Отправить комментарий