$(document).ready(function(){
                        $('div#bullseye').bullseye({
                                'use_rows':3,
                                'use_cols':3,
                        });
                });

try to remove the last comma from options obj. IE doesnt like it.

btw, nice idea, I like it very much. Is there a way to disable that
tooltip?


On Jun 11, 9:48 pm, Tony Landis <tony.lan...@gmail.com> wrote:
> Thanks. Can you describe what is happening in IE7? I don't have access
> at this time.
>
> On Jun 10, 6:50 am, Leonardo K <leo...@gmail.com> wrote:
>
> > Great plugin!
>
> > It would be nice if the plugin was functional at least in IE7
>
> > On Tue, Jun 9, 2009 at 22:48, Tony Landis <tony.lan...@gmail.com> wrote:
>
> > > I wrote a jQuery plugin "bullsEye" for that provides some
> > > visualization effects for large data tables, and would like any
> > > usability suggestions or bug reports. So far I have tested it in the
> > > latest version Firefox, Safari, and Opera.
>
> > > Description, download, live examples, and screenshots of the plugin in
> > > action are located here:
>
> > >http://tonylandis.com/uncategorized/bullseye-jquery-plugin-to-add-int...
>
> > > If anyone finds this useful I would like to know.
>
> > > Thanks,
> > > Tony Landis

Reply via email to