JQuery UI Accordion Glitch -


I am working with JQuery UI 1.6rc5 and I'm having trouble using the Editions widget. I am using.

  & lt; Script & gt; $ (Document) .ready (function () {$ ('# find-panel') .adrian ({header: "H3", autohite: true, always open: wrong,});}); & Lt; / Script & gt; & Lt; Div id = "find-panel" class = "ui-accordion" style = "width: 450px;" & Gt; & Lt; Div class = "ui-accordion-group" & gt; & Lt; H3 class = "ui-accordion-header" & gt; & Lt; A href = "#" & gt; I have a content & lt; / A & gt; & Lt; / H3 & gt; & Lt; Div class = "ui-accordion-content" & gt; & Lt; P & gt; Enter a part number & lt; / P & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "ui-accordion-group" & gt; & Lt; H3 class = "ui-accordion-header" & gt; & Lt; A href = "#" & gt; Send me a tag & lt; / A & gt; & Lt; / H3 & gt; & Lt; Div class = "ui-accordion-content" & gt; & Lt; P & gt; Enter a tag name & lt; / P & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "ui-accordion-group" & gt; & Lt; H3 class = "ui-accordion-header" & gt; & Lt; A href = "#" & gt; I know a problem & lt; / A & gt; & Lt; / H3 & gt; & Lt; Div class = "ui-accordion-content" & gt; & Lt; P & gt; Enter an Issue ID Number & lt; / P & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt;  

The problem I have is that the code does not work correctly in Safari, especially, the contents in the div.ui-accordion-content tags are not provided properly. If I specify height in style, then the safari works fine.

I am able to test the exact code above it in FF and it works fine. Someone else has seen this problem with Safari, and how did you solve it?

OK, Safari always chooses when I leave an extra comma in an object Like after last item property ( alwaysOpen: false )

  $ ('# find-panel'). Inconvenience ({Header: "H3", Autoheit: true, always open: wrong,});  

Comments