Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Google Docs
Each Attachment size should not exceed 1.0 MB.
Max no of attachments : 3
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
New to this Portal? Click here to
Sign up
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
All Forums
Recent Posts
Log In
Search
jQuery
Search
jQuery Forum
Move this topic
Forum :
Getting Started
Using jQuery
Using jQuery Plugins
Using jQuery UI
Developing jQuery Core
Developing jQuery Plugins
Developing jQuery UI
QUnit and Testing
About the jQuery Forum
jQuery Conferences
jQuery Mobile
Developing jQuery Mobile
Sub forum :
Move this topic
Cancel
Getting Started
Marc Rous..
Fade In not working.
in
Getting Started
•
7 years ago
Hi,
Why on the face of the earth this does nothing when pressing the button ?
<!DOCTYPE html>
<html xmlns="
http://www.w3.org/1999/xhtml
">
<head>
<title></title>
<script type="text/javascript" src="
http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script
>
<script>
$("#btFadeIn").click(function () {
$('PictureHolder').fadeIn('slow');
});
</script>
</head>
<body>
<div id="PictureHolder" style="background-color:red;width:300px;height:200px;" >
<img id="img" class=".img" src="Images/LeverDeSoleil.jpg" style="padding-left:5px;padding-top:5px;width:290px;height:190px" />
</div>
<br />
<button id="btFadeIn">Fade in</button>
</body>
</html>
1
Replies(4)
jakecigar
Re: Fade In not working.
7 years ago
$('PictureHolder').fadeIn('slow');
should be
$('#PictureHolder’).fadeIn('slow');
And you should be
shot
for attempting to use jQuery 1.3.2. We are up to 1.11.1
JΛ̊KE
Marc Rous..
Re: Re: Fade In not working.
7 years ago
Thank you ;)
Leave a comment on jakecigar's reply
kbwood.au
Re: Fade In not working.
7 years ago
Actually it should be
$('
#
PictureHolder')...
jakecigar
Re: Re: Fade In not working.
7 years ago
thanks. fixed.
JΛ̊KE
Leave a comment on kbwood.au's reply
Change topic type
Topic Type :
Discussions
Questions
Ideas
Problems
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to Marc Roussel's question
Top
Reply
{"z2953500":[14737000005633027],"z41662428":[14737000005629608,14737000005975469],"z2950240":[14737000005631607,14737000005631915]}
Statistics
4
Replies
6135
Views
1
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
fade in images script not working r...
[jQuery] Fade() Function not Workin...
[jQuery] fade effect not working in...
jQuery Slideshow "Fade" E...
Fade on Scroll not working properly...