jQuery Selectors - 15
- Posted: Aug 06, 2012 at 10:30 AM
- 19,781 Views
- 7 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
jQuery utilizes CSS3 style selectors to access DOM objects. This video demonstrates both simple and more advanced uses of jQuery selectors to help you get creative when selecting DOM elements. Additionally, where to go when you want to pack more selectors into your arsenal is also discussed.
Already have a Channel 9 account? Please sign in
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Re-opening this closed thread ...
thank you so much .....
you are osam
Hi Bob,
Great videos, I also watched the CSS3 and HTML5 videos, and starting with CSS3 I am using Microsoft Expression Web 4 and when I opened this .html file(C9JS_15.html) from the source code, in the second <p> with the name="mySecondPara".. below on the window it gives me an error and when I hover over it, I get the message: "" In HTML5 the attribute 'name' is not permitted for the <p> tag. ""... Anyhow it does not prevents me from following up the course and previewing the work and changes I do. I would like to mention that I am using IE7 and Mozzila.
@emperor05: Yes, you are right ... <p> does NOT allow for a name attribute. I should have used id instead. Nice catch!
Here's how I investigated it. I searched for:
HTML5 p element w3c.org
And I found this:
http://www.w3.org/TR/html-markup/p.html
... Name was not listed, but saw that there are global attributes that all elements support ...
http://www.w3.org/TR/html-markup/global-attributes.html
... and I was surprised Name was not on this list either. Wow, learn something new every day. I thought it was a global attribute. Oh well... sorry!
Well, thank you anyway for making more clearer for me now... Thank you. Great series!
I love this series on Jquery and I love Channel 9. Microsoft has really come a long way!
@starforce: Glad you like the series! Be sure to read through the comments below each video ... there's a spot or two where jQuery 2.0 (recently released) deprecated some of the methods I was teaching / relying on. There's usually a good alternative, but just wanted to give a "heads up" nonetheless.
Remove this comment
Remove this thread
close