Ah, yep, that'd do it. I'm terrible at reading HTML snippets early in
the AM. Glad you got it fixed! :D

On Feb 3, 9:45 am, plusz <pluszpica...@googlemail.com> wrote:
> On 3 Lut, 15:17, Eric Garside <gars...@gmail.com> wrote:
>
> > Try:
>
> > $('#menu_zakladka3').unbind('click').click(function(){
> >     window.location = 'http://some.url';
> >     return false;
>
> > });
>
> hmm.. doesn't work
>
> but thank you very much :)  I had to define behaviuor for 'a' inside
> #menu_zakladka3
> and I unbinded all events
>
> $('#menu_zakladka3 a').unbind().click(function(){
>                 window.location = 'http://some.url';
>                 return false;
>
>         });
>
> THANK YOU for inspiration :)
>
> --
> plusz.pl

Reply via email to