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
Zoho Docs
Google Docs
Each Attachment size should not exceed 1MB.
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
Using jQuery UI
pandasar
Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
in
Using jQuery UI
•
4 months ago
I cannot get datepicker to work in firefox. I am able to get it to work in all the other major browsers just fine with the following code
Thanks for any help you can give me.
<script>
$(function(){
$('.datepicker').datepicker({showAnim: "blind"});
});
</script>
1
Reply
Replies(8)
jakecigar
Re: Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
4 months ago
blind works equally as poorly in firefox as it does in safari.
What part doesn’t work for you?
I think fadeIn looks better.
JΛ̊KE
Leave a comment on jakecigar's reply
pandasar
Re: Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
4 months ago
the calendar won't display no matter what setting I use in firefox.
Leave a comment on pandasar's reply
jakecigar
Re: Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
4 months ago
This works in firefox (and others)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Datepicker fadein</title>
<link href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<script type="text/javascript">
$(function(){
$('.datepicker').datepicker({showAnim: "fadeIn"});
})
</script>
</head>
<body>
<input class="datepicker">
</body>
</html>
Are you running a cached version?
JΛ̊KE
Leave a comment on jakecigar's reply
pandasar
Re: Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
3 months ago
I'm not running a cached version. I have cleared it numorus times.
I believe that I'm running into a z-index issue that is only having problems in FireFox.
Leave a comment on pandasar's reply
jakecigar
Re: Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
3 months ago
Yet my demo works. It is probably the rest of your page that has the problem.
JΛ̊KE
Leave a comment on jakecigar's reply
pandasar
Re: Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
3 months ago
With firefox the z-index gets set to 2, and in other browsers it gets set to a much higher number and that is why it is showing everywhere else and not in firefox.
I am using it in a element that is dynamically loaded.
Leave a comment on pandasar's reply
jakecigar
Re: Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
3 months ago
With my demo, the datepicker gets z-index :1. In both Safari and Firefox.
Try using firebug to make something work, then add the required !important CSS to make it work.
JΛ̊KE
Leave a comment on jakecigar's reply
pandasar
Re: Datepicker not working in FireFox, but works in IE9, Chrome, Win:Safari, Opera
3 months ago
thanks for the help, the css !important worked.
Leave a comment on pandasar'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 pandasar's question
Top
Reply
{"z2950240":[14737000003966495,14737000003966988,14737000003971088,14737000003971098],"z24853649":[14737000003966410,14737000003969291,14737000003971080,14737000003971096,14737000003971100]}
Statistics
8
Replies
945
Views
1
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
Datepicker showing multiple months ...
datepicker + time picker?
jQuery UI 1.8.13 with jQuery 1.3.2
Jquery UI Sortable disableSelection...
datepicker autoselects and fires on...