On Thu, Nov 13, 2008 at 10:26 PM, n00bert <[EMAIL PROTECTED]> wrote:

>
> Hi Brandon,
>
> I put an alert in like so:
>
> $('#content div.thumb a').livequery('click', function(e) {
>         alert ('clicked');
>         e.preventDefault();
>        var href = $(this).attr('href');
>        $('#mainMenu ul li ul li a[href$="' + href + '"]').triggerHandler
> ('click');
>        return false;
> });
>
> Safari, Firefox and Opera all show the alert when clicked. ie6 and ie7
> do not. In firebug, there are no errors. Any clues?


But are there any errors in IE?

--
Brandon Aaron

Reply via email to