[jQuery] Parents without a particular child

2009-05-26 Thread Todd Rafferty
I've been staring at code for way too long. I have a data structure like: ul id=mylist li class=activeStuff a href=# class=movethisMove/a/li li class=activeMore Stuff/li /ul How do I get the li that doesn't have 'a.movethis'?

[jQuery] Re: Parents without a particular child

2009-05-26 Thread Todd Rafferty
Disregard, I changed the data to make a little more sense. On May 26, 4:59 pm, Todd Rafferty web...@gmail.com wrote: I've been staring at code for way too long.  I have a data structure like: ul id=mylist li class=activeStuff a href=# class=movethisMove/a/li li class=activeMore Stuff/li

[jQuery] live() not working in IE8?

2009-03-11 Thread Todd Rafferty
I have a drop down that is being generated via load() - to be 100% clear, I'll restate that. The drop down does not exist on the actual page. I'm doing this: $('#orderlineform #productlisting').load('orderProxy.cfm', { mode:'getAvailableProducts'

[jQuery] Re: live() not working in IE8?

2009-03-11 Thread Todd Rafferty
I've made too many changes to back up and check to see if this works, but I appreciate the help. Next time I run into this, I'll attempt this instead. On Mar 11, 3:35 pm, ricardobeat ricardob...@gmail.com wrote: How about $('#orderlineform #productlisting').load('orderProxy.cfm',    {      

[jQuery] Re: live() not working in IE8?

2009-03-11 Thread Todd Rafferty
I found a spot where I can back up safely. This is working, but I have a new issue to resolve and a decision to make. =) Thanks ricardobeat! On Mar 11, 3:35 pm, ricardobeat ricardob...@gmail.com wrote: How about $('#orderlineform #productlisting').load('orderProxy.cfm',    {