$(document).ready(function () {
if(<%=(!Page.IsPostBack).ToString().ToLower()%>){
$("#s4-ribbonrow").slideUp();
}
else{
var show = $("#textShowHideRibbon").text();
if (show == "Show Ribbon") {
$("#textShowHideRibbon").text("Hide Ribbon");
}
else {
$("#textShowHideRibbon").text("Show Ribbon");
}
}
});
No comments:
Post a Comment