diff --git a/public/javascripts/educoder/edu_application.js b/public/javascripts/educoder/edu_application.js index 612a5a44b..7f8f8ac4d 100644 --- a/public/javascripts/educoder/edu_application.js +++ b/public/javascripts/educoder/edu_application.js @@ -218,7 +218,7 @@ function _initSider() { }) } $(function() { - loadHeader(); + // loadHeader(); _initSider(); $(window).scroll(function() { @@ -436,86 +436,86 @@ function editormd_to_html(id, callback) { } function loadHeader() { - //头部导航条的----------显示搜索框 - $("#search-open").on("click", function(e) { - $(this).hide(); - // $("#header-nav").animate({opacity:"0"},1000); - $(".posi-search").show() - // .animate({opacity:"1"},1000); - $("#header-nav").css("z-index", "2"); - $(".posi-search").css("z-index", "3"); - // $(".search-input").val(""); // 不清空 - $(".search-input").focus(); - $(".search-all .search-content").hide(); - e.stopPropagation(); - //阻止冒泡 - }); - $(".search-input").on("click", function(e) { - e.stopPropagation(); - //阻止冒泡 - }); - //搜索框输入内容 - $(".search-input").on("input", function(e) { - if ($(".search-input").val() == "") { - $(".search-all .search-content").hide(); - } else { - $(".search-all .search-content").show(); - } - e.stopPropagation(); - //阻止冒泡 - }); - //搜索 - $("#header_keyword_search").on("click", header_search); - $("input[name='search_keyword']").on("keydown", function(event) { - var code; - if (!event) { - event = window.event; - //针对ie浏览器 - code = event.keyCode; - } else { - code = event.keyCode; - } - if (code == 13) { - header_search(); - return false; - } - }); - $(".search-clear").click(function(e) { - e.stopPropagation(); - }); - //切换搜索条件 - $("#searchkey li").click(function(e) { - var key = $($(this).children("a")[0]).html(); - switch (key) { - case '实训': - $("#search_type").val('1'); - break; - case '课堂': - $("#search_type").val('2'); - break; - case '用户': - $("#search_type").val('3'); - break; - } - $("#searchkey").siblings(".searchkey").html(key); - // $("#searchkey").hide(); - e.stopPropagation(); - //阻止冒泡 - }); - //切换选择导航条 - $("#header-nav li").click(function() { - $("#header-nav li").removeClass("active"); - $(this).addClass("active"); - }); - //点击页面其它(与搜索框无关的地方)都会将搜索框隐藏,所以与搜索框有关的地方需要阻止冒泡 - $("body").on("click", function() { - closeSearch(); - }); - - $(".search_history").on("click", function() { - $("input[name='search_keyword']").val($(this).html()); - header_search(); - }); + // //头部导航条的----------显示搜索框 + // $("#search-open").on("click", function(e) { + // $(this).hide(); + // // $("#header-nav").animate({opacity:"0"},1000); + // $(".posi-search").show() + // // .animate({opacity:"1"},1000); + // $("#header-nav").css("z-index", "2"); + // $(".posi-search").css("z-index", "3"); + // // $(".search-input").val(""); // 不清空 + // $(".search-input").focus(); + // $(".search-all .search-content").hide(); + // e.stopPropagation(); + // //阻止冒泡 + // }); + // $(".search-input").on("click", function(e) { + // e.stopPropagation(); + // //阻止冒泡 + // }); + // //搜索框输入内容 + // $(".search-input").on("input", function(e) { + // if ($(".search-input").val() == "") { + // $(".search-all .search-content").hide(); + // } else { + // $(".search-all .search-content").show(); + // } + // e.stopPropagation(); + // //阻止冒泡 + // }); + // //搜索 + // $("#header_keyword_search").on("click", header_search); + // $("input[name='search_keyword']").on("keydown", function(event) { + // var code; + // if (!event) { + // event = window.event; + // //针对ie浏览器 + // code = event.keyCode; + // } else { + // code = event.keyCode; + // } + // if (code == 13) { + // header_search(); + // return false; + // } + // }); + // $(".search-clear").click(function(e) { + // e.stopPropagation(); + // }); + // //切换搜索条件 + // $("#searchkey li").click(function(e) { + // var key = $($(this).children("a")[0]).html(); + // switch (key) { + // case '实训': + // $("#search_type").val('1'); + // break; + // case '课堂': + // $("#search_type").val('2'); + // break; + // case '用户': + // $("#search_type").val('3'); + // break; + // } + // $("#searchkey").siblings(".searchkey").html(key); + // // $("#searchkey").hide(); + // e.stopPropagation(); + // //阻止冒泡 + // }); + // //切换选择导航条 + // $("#header-nav li").click(function() { + // $("#header-nav li").removeClass("active"); + // $(this).addClass("active"); + // }); + // //点击页面其它(与搜索框无关的地方)都会将搜索框隐藏,所以与搜索框有关的地方需要阻止冒泡 + // $("body").on("click", function() { + // closeSearch(); + // }); + // + // $(".search_history").on("click", function() { + // $("input[name='search_keyword']").val($(this).html()); + // header_search(); + // }); } function header_search() { diff --git a/public/react/public/images/share_logo_icon.jpg b/public/react/public/images/share_logo_icon.jpg new file mode 100644 index 000000000..079ac4342 Binary files /dev/null and b/public/react/public/images/share_logo_icon.jpg differ diff --git a/public/react/public/index.html b/public/react/public/index.html index b252ccf36..de539ffba 100755 --- a/public/react/public/index.html +++ b/public/react/public/index.html @@ -22,6 +22,8 @@ -->