For now I do after the initializing the accordion, an $(".my-wanted-
header").removeClass("my-not-wanted-icon").addClass( "my-wanted-
icon" ) whick works until the header is opened and closed. Then the
initialization situation is back.Tell me if I could set that specific header with a default call or that I have to add code for my solution in the onClose handler to put my-wanted-icon in again. Regards, Henk On 1 déc, 22:21, Henk <[email protected]> wrote: > I would like to give the first accordion header another icon than the > other headers. > > I know how to set the open and close icons for all the headers at > initializing time: > > icons: > { > header: "ui-icon-circle-arrow-e", > headerSelected: "ui-icon-circle-arrow-s" > > } > > But I do not have a clue about how to set the 'some' 'header' icon > without changing all header icons. > > Henk -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
