Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Anjali Khan
1.4k
867
194.3k
how to collapse div on page load time ..
Dec 18 2017 1:14 AM
Hi frnds
how to collapse div on page load time ..
i am sending my java script code and button
here it is working like when page is loading my div is expand but page load time i want collapse
how to do this
<script type="text/javascript">
function ShowHideDivOnButtonClick() {
$('#Post').toggle("slow");
return false;
}
</script>
<asp:Button ID="Button2" runat="server" Text="Show Search" CssClass="btn btn-primary pull-right" OnClientClick="javascript:return ShowHideDivOnButtonClick();" />
Reply
Answers (
5
)
How to show ddl in mvc VM
client and server side validation in ext.net mvc