[jQuery] Re: Jquery and AJAX

2008-10-28 Thread Will B.
You might want to see if this is your problem: If you have a set of functions, jQuery or otherwise in the main page, then you reload an inner div with Ajax content, you will very likely find that the new Ajax'ed content can no longer reach the functions in the main page. There is some sort of bi

[jQuery] Re: Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Will B.
les.comwww.learningjquery.com > > On Sep 11, 2007, at 9:45 AM, Will B. wrote: > > > > > Wow...it did show up, then! Darn. I reposted (almost) for nothing. > > Thanks for answering, Klaus. > > > Is there a way to do this w/o using XPath? Now that it

[jQuery] How to this non-XPath style...

2007-09-11 Thread Will B.
ring the customID and the cID. Think of it like a database query. I've setup so I can "get children" of A:10, B:50, if only I knew how! Thanks - Will B.

[jQuery] Re: Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Will B.
Wow...it did show up, then! Darn. I reposted (almost) for nothing. Thanks for answering, Klaus. Is there a way to do this w/o using XPath? Now that it's been pushed off to a plugin, I'd rather stick with core Jquery. - Will On Sep 11, 8:31 am, Klaus Hartl <[EMAIL PROTECTED]>

[jQuery] Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Will B.
="1" and bID="2", but (in this case) ignoring the customID and the cID. Thanks - Will B.