Welcome Guest, Not a member yet? Register   Sign In
Jquery accordion question
#5

[eluser]jdfwarrior[/eluser]
Looking at your second post, seems that you need to work on your jQuery some. That code is wrong. You dont call the accordion method 3 times to set your options..

Code:
$("#accordion").accordion({
    collapsible: true,
    autoHeight: false,
    active: false,
    header: 'h3'
});

Changing the header came straight out of the documentation.


Messages In This Thread
Jquery accordion question - by El Forum - 07-14-2009, 10:14 AM
Jquery accordion question - by El Forum - 07-14-2009, 11:04 AM
Jquery accordion question - by El Forum - 07-14-2009, 01:23 PM
Jquery accordion question - by El Forum - 07-14-2009, 01:25 PM
Jquery accordion question - by El Forum - 07-14-2009, 01:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB