Do you get any javascript errors? Have you checked (easiest with Firebug) to make sure the contents of the javascript file you referenced is loading correctly? Maybe you mistyped a filename? Is your accordion code in a document.ready? Does your document.ready get run? Does the jQuery object (the results of your selector query) on which you're calling .accordion() have a length? Have you made sure to include jQuery and then jQuery UI? Have you included a theme? Do all your script tags include a type="text/javascript" attribute? Does the sample file (index.html) included in the root of your custom zip work? Those are my ideas.
- Richard On Sat, Jun 6, 2009 at 1:22 PM, Sam <[email protected]> wrote: > > OK so I downloaded an accordion-only jquery/themeroller, and got it > working nice and sexy. > Then I downloaded the same theme, except the whole package, because i > wanted to use tabs and some effects and some other stuff. > > When I point my javascript to the new jquery file that I downloaded, > the accordion stops working. I tried copy/pasting the code from the > accordion-only JS file into the full UI JS file, same problem. Any > ideas? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
