If you're using the latest jQuery UI Accordion, the file wouldn't be called
jquery.accordion.js. Can you confirm? It works for me:
http://jsbin.com/ajepu

<http://jsbin.com/ajepu>- Richard

On Sun, Aug 2, 2009 at 12:44 PM, Wolfgang <[email protected]>wrote:

>
> *hiya!*
>
> I have a problem with the following script:
> ------
>  <script type="text/javascript">
>    $(document).ready(function(){
>      $('.dropdown').each(function() {
>        $(this).accordion({
>          autoheight: false,
>          header: 'h2',
>          change: function(e, ui) {
>            alert("works");
>          }
>        });
>      });
>    });
>  </script>
> ------
>
> I get no alert, no error message, nothing. I need this callback to
> redraw
> a shadow on other elements.
> The accordion effect basically works. I use jquery-1.3.2 and the
> latest jquery.accordion.js.
>
> Any ideas?
>
> tia, bye
> Wolfgang
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to