Right now i'm hiding div elements with this script
$(document).ready(function () {
$('#<%=phaseOne.ClientID%>').hide();
$('#<%=phaseTwo.ClientID%>').hide();
$('#<%=phaseThree.ClientID%>').hide();
});
And I wanted it to show with a $('#<%=phaseOne.ClientID%>').show(); code for an example upon triggering a button that is base on a logic and status from the database