Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Animate function in asp.net 4.0 Use Jquery.
WhatsApp
Dipankar Biswas
10y
4.7
k
0
2
25
Blog
animate.zip
Animate function in asp.net 4.0 Use Jqu
ery.
<
%@ Page
Language
=
"C#"
AutoEventWireup
=
"true"
CodeFile
=
"Default2.aspx.cs"
Inherits
=
"Default2"
%
>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
id
=
"Head1"
runat
=
"server"
>
<
title
>
</
title
>
<
style
type
=
"text/css"
>
.contentarea
{
width:300px;
height:250px;
font-size:16px;
border:5px solid red;
background:#ccc666;
color:#000000;
}
</
style
>
<
script
src
=
"js/jquery-1.4.1.min.js"
type
=
"text/javascript"
>
</
script
>
<
script
language
=
"javascript"
type
=
"text/javascript"
>
$(document).ready(function () {
var
regular
=
true
;
$("#
<
%=btnsubmit.ClientID %
>
").click(function (e) {
e.preventDefault();
if (
regular
== true) {
$(".contentarea").animate({
opacity: 0.5,
width: "500px",
height: "280px",
fontSize: "42px",
borderwidth: "15px"
}, "slow");
}
else {
$(".contentarea").animate({
opacity: 0.5,
width: "300px",
height: "100px",
fontSize: "16px",
borderwidth: "55px"
}, "slow");
}
regular
= !regular;
});
});
</
script
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
fieldset
id
=
"field1"
runat
=
"server"
title
=
"Animated panal"
>
<
asp:Button
ID
=
"btnsubmit"
runat
=
"server"
Text
=
"Animate"
/>
<
br
/>
<
br
/>
<
asp:Panel
ID
=
"Panel1"
runat
=
"server"
CssClass
=
"contentarea"
>
I am Dipankar Biswas
</
asp:Panel
>
</
fieldset
>
</
form
>
</
body
>
</
html
>
Button click
Animate function in asp.net 4.0 Use Jquery.
Up Next
Create Addition, Subtraction, Multiplication, Division Application Using ASP.NET MVC 4.0 With Multiple Submit Buttons
Ebook Download
View all
Diving Into ASP.NET WebAPI
Read by 21.4k people
Download Now!
Learn
View all
Membership not found