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
Screen name:
Walther Musch
Walther Musch's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Ideas
Problems
Expanded view
List view
Private Message
accordion settings in Safari
[2Replies]
21-Feb-2014 03:00 AM
Forum:
Using jQuery UI
using the accordion plugin it is initialized as:
jQuery(function() {
jQuery("#faq").accordion({
heightStyle:content
});
In IE, FF, Chrome it is shown as it used to be.
In Safari there is just one long list.
After changing the initialization to
jQuery(function() {
jQuery("#faq").accordion();
});
even in Safari it is working (PC & Apple)
But I like to have also the 'heightStyle' set to the content.
I tried the next option code:
jQuery("#faq").accordion({heightStyle:"content"});
No effect not in any browser; always show fixed height width a scrollbar.
alternative setting:
jQuery("#faq").accordion("option","heightStyle","content");
No effect
tried another option:
jQuery("#faq").accordion("option","active",5);
in every browser the fifth element is show / active.
Is it just the 'heightStyle' that isn't working?
any ideas, pointers?
thanks
nb. safari 5 (PC), IE 10 (PC), FF 27 (PC), Safari 4 (Apple), FF 3.6 (Apple)
«Prev
Next »
Moderate user : Walther Musch
Forum