[jQuery] Re: click event and window.location problem in safari

2009-02-27 Thread Karl Rudd
Try this plugin: http://newism.com.au/blog/post/58/bigtarget-js-increasing-the-size-of-clickable-targets/ Karl Rudd On Sat, Feb 28, 2009 at 1:49 AM, introvert wrote: > > Hello > > I have a simple jquery code that will put a link (on click event) on a > division. The link is read from the ancho

[jQuery] Re: click event and window.location problem in safari

2009-02-27 Thread brian
I don't know what the problem is or how to fix it but I'm wondering why you need this onclick event at all. If you want the link to fill the entire div you might be able to just give the anchor display: block. On Fri, Feb 27, 2009 at 9:49 AM, introvert wrote: > > Hello > > I have a simple jquery