Lines Matching refs:develop
199 // highlight Develop tab
200 } else if ($("body").hasClass("develop") || $("body").hasClass("google")) {
201 $("#header li.develop a").addClass("selected");
202 $("#sticky-header").addClass("develop");
203 // In Develop docs, also highlight appropriate sub-tab
1462 * Used on /index.html and /develop/index.html for carousel
1665 * Used on develop/index.html for side-sliding tabs
1900 // the suggestion UI... this may be only for the "develop" grouped items though.
1912 $li = new_suggestion($(".suggest-card.develop .child-card.samples"));
1915 $li = new_suggestion($(".suggest-card.develop .child-card.training"));
1918 $li = new_suggestion($(".suggest-card.develop .child-card.guides"));
1942 $(".child-card.guides li").appendTo(".suggest-card.develop ul");
1946 $(".child-card.training li").appendTo(".suggest-card.develop ul");
1950 $(".child-card.samples li").appendTo(".suggest-card.develop ul");
1953 if ($(".suggest-card.develop li").length > 0) {
1954 $(".suggest-card.develop").show(300);
1956 $('.suggest-card.develop').hide(300);