It's working fine with
sDataTable.subscribe('cellClickEvent', function() { alert("hi") };);
thank you.
I was calling a function before when I ran into the problem. I tried clearing the cache in IE7 and IE8 but it still didn't fire. I'm not sure why it healed but it is now working.
CTRL-F5 should clear their cache. yes ?
Thanks for the great info.
--- In
ydn-javascript@..., Christian Tiberg <ctiberg@...> wrote:
>
> I usually do something like this:
>
> sDataTable.subscribe('cellClickEvent', function() { alert("hi") };);
>
> It seems like it works better if there's an actual function to call :)
>
> Best regards,
> Christian Tiberg
>
>
> 2009/10/28 juliebonniedaisy <juliebonniedaisy@...>
>
> >
> >
> >
> > I am unable to get cellClickEvent to fire in IE7 or 8 but it works fine in
> > Firefox. Any ideas please?
> >
> > sDataTable.subscribe('cellClickEvent', alert("hi"););
> >
> >
http://codepad.org/GJkXWAZN> >
> >
> >
>