[jQuery] Re: id same as name confuses JQuery?

2008-10-14 Thread Tim Scott
First sorry for the errors in my example. Braces was a typo. Div with name attribute was an error also. My real issue is with a select tag. Anyway...while creating a sample page I have found that the problem is different than I thought. It seems the problem is that jQuery cannot find

[jQuery] id same as name confuses JQuery?

2008-10-13 Thread Tim Scott
Given this element... div id=foo name=foo/div ...why this does not match the element... ${'#foo'} If I change or remove the name attribute, it does match. Is this by design or a bug?

[jQuery] Detect Media Done Playing

2008-08-31 Thread Tim Scott
Is there any way to detect that a media (OBJECT or EMBED) is done playing? The specific action that I want to take is to go to another page; however, it would be ideal if I could take other different actions as well. I have seen an example of using a PARAM flashvars to to set a var named

[jQuery] Trying Media Plugin -- Problem With IE

2008-08-31 Thread Tim Scott
I am getting started with the Media Plugin. I am testing with a flash movie. It seems to be working fine in Firefox. In IE however, it does not play and instead shows a broken link. Here's the generated source: OBJECT

[jQuery] Calendar Over Dialog

2008-06-05 Thread Tim Scott
Does anyone know if there is any combination of plugins that would allow me to use a calendar control from inside a dialog? I have tried all combinations of jQuery UI dialog and calendar, BlockUI, and jQuery datePicker. The problem is, I guess, these calendars actually *are* modal dialogs too,