Re: [jQuery] Selectors and Internet Explorer

2009-12-10 Thread Karl Swedberg
Hi Rob, According to Microsoft's "HTML and DHTML Reference," IE's onclick event (as well as others) doesn't apply to the option element: http://msdn.microsoft.com/en-us/library/ms536913%28VS.85%29.aspx --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Dec

RE: [jQuery] Selectors and Internet Explorer

2009-12-10 Thread Josh Nathanson
Maybe try closing the option tag? -- Josh -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of rob Sent: Thursday, December 10, 2009 12:54 PM To: jQuery (English) Subject: [jQuery] Selectors and Internet Explorer I'm having some pr

[jQuery] Selectors and Internet Explorer

2009-12-10 Thread rob
I'm having some problem with selectors in Internet Explorer. I have this demo setup that is basically a modified "linked menus" application. When you select something from one menu, it updates the contents in it's child menu. For some reason Internet Explorer will not read the correct selector.