[jQuery] Re: Custom Attributes - Beginner tip

2009-08-05 Thread Jules
the strict XHTML format? > > - Original Message - > From: "Rick Faircloth" > To: > Sent: Wednesday, August 05, 2009 5:12 AM > Subject: [jQuery] Re: Custom Attributes - Beginner tip > > > Thanks for the tip! > > > -Original Message- > > From: jque

[jQuery] Re: Custom Attributes - Beginner tip

2009-08-05 Thread Cesar Sanz
What happens with custom attributes regarding the strict XHTML format? - Original Message - From: "Rick Faircloth" To: Sent: Wednesday, August 05, 2009 5:12 AM Subject: [jQuery] Re: Custom Attributes - Beginner tip Thanks for the tip! -Original Message- From:

[jQuery] Re: Custom Attributes - Beginner tip

2009-08-05 Thread Rick Faircloth
Thanks for the tip! -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Miket3 Sent: Tuesday, August 04, 2009 8:04 PM To: jQuery (English) Subject: [jQuery] Custom Attributes - Beginner tip One issue I ran across while learning jquery was

[jQuery] Re: Custom Attributes - Beginner tip

2009-08-05 Thread Cam Spiers
Don't be too hard on yourself mate. The docs are your friend too :) On Wed, Aug 5, 2009 at 10:52 PM, Miket3 wrote: > > Damn it! I stand corrected. Thanks Jules! And it worked as I > thought it should have. Even though this is only my 2nd jQuery > project I KNOW for a fact(mostly) that I use

[jQuery] Re: Custom Attributes - Beginner tip

2009-08-05 Thread Miket3
Damn it! I stand corrected. Thanks Jules! And it worked as I thought it should have. Even though this is only my 2nd jQuery project I KNOW for a fact(mostly) that I used the proper syntax and method of trying to retrieve my custom attrib. I have a sneaky feeling that I was a victim of browse

[jQuery] Re: Custom Attributes - Beginner tip

2009-08-04 Thread Jules
jQuery support custom attributes, may be you can post a sample? Anyway, this works $(document).ready(function(){ alert($("[custom='test']").length); }); On Aug 5, 10:04 am, Miket3 wrote: > One issue I ran across while learning jquery was that I often wanted/ > needed a way to tell jqu