Home | History | Annotate | Download | only in js

Lines Matching refs:dac

1856 // Package of functions that does custom search, from DAC redesign.
1876 // Keys for DAC
1903 var entry = $('<div>').addClass('dac-custom-search-entry cols');
1909 // .append($('<div>').addClass('dac-custom-search-image').css('background-image', 'url(' + image.src + ')')));
1913 .append($('<p>').addClass('dac-custom-search-section').text(section))
1915 $('<a>').text(item.title).attr('href', item.link).wrap('<h2>').parent().addClass('dac-custom-search-title')
1917 .append($('<p>').addClass('dac-custom-search-snippet').html(item.htmlSnippet.replace(/<br>/g, '')))
1918 .append($('<a>').addClass('dac-custom-search-link').text(item.formattedUrl).attr('href', item.link)));
1924 var loadMoreButton = $('<button id="dac-custom-search-load-more">')
1925 .addClass('dac-custom-search-load-more')
1938 var loadMoreButton = el.find('#dac-custom-search-load-more');