Home | History | Annotate | Download | only in docs

Lines Matching refs:function

17 $(document).ready(function() {
21 var sluggify_ = function(s) {
25 $('h2, h3, h4.includetoc').each(function() {
27 $(this).click(function() {
32 var buildNav_ = function(queries, $contentRoot, $navRoot) {
37 $contentRoot.find(queries[0]).each(function() {
48 function buildNav() {
53 $('#page-content').find('h2, h3, h4.includetoc').each(function() {
75 .click(function() {
89 var rebuildHeaderPositionCache_ = function() {
91 $('#page-content').find('h2, h3, h4.includetoc').each(function() {
99 var updateSelectedNavPosition_ = function() {
111 $(window).resize(function() {
116 $(window).scroll(function() {
121 function smoothScrollToId(id) {
123 $('body').animate({ scrollTop: $target.offset().top }, 200, 'swing', function() {
129 function preventParentScrolls($el) {
130 $($el).on('DOMMouseScroll mousewheel', function(ev) {