Carl,

>Thanks. I'm attempting what you suggested, but maybe my syntax is
>incorrect? Firebug tells me "missing ) after formal parameters".
>
>Can you point me in the right direction?
>
>
>// replace select objects in the main content
>       $(document).ready(function (){
>               $('#container select').linkselect({fixedWidth: true});
>       });
>
>// replace select objects in the header navigation
>       $(document).ready(function (){
>               $('#header select').linkselect({
>         fixedWidth: true
>         , init: function ($select, $input, $am $container){
>                         $('#navNewsSearch').append($container);
>                 }
>    });
>       });

I suspect somewhere in your code you've missing a closing parentheses.

-Dan

Reply via email to