TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Anjali Khan
NA
867
223.1k
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