[jQuery] Re: IE: select change triggers pop-up blocker

2009-05-15 Thread brian
On Fri, May 15, 2009 at 2:23 PM, brian wrote: > > Someone else came across the same problem just last week. I wonder if > a recent update introduced this bug. > http://forums.shopplugin.net/topic/order-by-list-and-ie-8-popup-blocker > My partner just opened that link and pointed out that the sol

[jQuery] Re: IE: select change triggers pop-up blocker

2009-05-15 Thread brian
On Fri, May 15, 2009 at 1:22 PM, brian wrote: > On Fri, May 15, 2009 at 9:03 AM, Liam Byrne wrote: >> Is it possible that IE7 & 8 see "html" as a reserved word ? >> >> Try changing the hmtl variable in both function(html) and >> $('#nav_admin').html(html) to something else > > No, there's no dif

[jQuery] Re: IE: select change triggers pop-up blocker

2009-05-15 Thread brian
On Fri, May 15, 2009 at 9:03 AM, Liam Byrne wrote: > Is it possible that IE7 & 8 see "html" as a reserved word ? > > Try changing the hmtl variable in both function(html) and > $('#nav_admin').html(html) to something else No, there's no difference. There's also no request made to the server, in

[jQuery] Re: IE: select change triggers pop-up blocker

2009-05-15 Thread Liam Byrne
Is it possible that IE7 & 8 see "html" as a reserved word ? Try changing the hmtl variable in both function(html) and $('#nav_admin').html(html) to something else L brian wrote: On Thu, May 14, 2009 at 10:14 PM, brian wrote: I have a wee bit of code that handles a select list change to

[jQuery] Re: IE: select change triggers pop-up blocker

2009-05-14 Thread brian
On Thu, May 14, 2009 at 10:14 PM, brian wrote: > I have a wee bit of code that handles a select list change to load > some content via AJAX. In IE 7 & 8 (works a treat in 6!), clicking on > the select list triggers the pop-up blocker thingy. My code certainly > does not open a new window or anyth