Click here to Skip to main content
15,885,782 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionMeaning of a syntax in jQuery Pin
CodingLover9-Aug-11 1:43
CodingLover9-Aug-11 1:43 
AnswerRe: Meaning of a syntax in jQuery [modified] PinPopular
Not Active9-Aug-11 1:55
mentorNot Active9-Aug-11 1:55 
GeneralRe: Meaning of a syntax in jQuery Pin
Manfred Rudolf Bihy9-Aug-11 2:38
professionalManfred Rudolf Bihy9-Aug-11 2:38 
GeneralRe: Meaning of a syntax in jQuery Pin
Not Active9-Aug-11 3:01
mentorNot Active9-Aug-11 3:01 
GeneralRe: Meaning of a syntax in jQuery Pin
Shameel9-Aug-11 4:30
professionalShameel9-Aug-11 4:30 
GeneralRe: Meaning of a syntax in jQuery Pin
Not Active9-Aug-11 5:29
mentorNot Active9-Aug-11 5:29 
GeneralRe: Meaning of a syntax in jQuery Pin
Wjousts9-Aug-11 8:28
Wjousts9-Aug-11 8:28 
AnswerRe: Meaning of a syntax in jQuery Pin
Manfred Rudolf Bihy9-Aug-11 2:45
professionalManfred Rudolf Bihy9-Aug-11 2:45 
Mark got it almost right except that there is a space after content.
"#myElementContent .myElementImage"

This selector will select all elements that have their id attribute set to myElementContent and have an entry of myElementImage in their class attribute. This will be so if element[0].id == "myElement".

You might also find this an interesting read: http://api.jquery.com/category/selectors/[^].

Cheers!

—MRB

"With sufficient thrust, pigs fly just fine."
Ross Callon, The Twelve Networking Truths, RFC1925

GeneralRe: Meaning of a syntax in jQuery Pin
Not Active9-Aug-11 3:03
mentorNot Active9-Aug-11 3:03 
AnswerRe: Meaning of a syntax in jQuery Pin
Sunasara Imdadhusen9-Aug-11 17:52
professionalSunasara Imdadhusen9-Aug-11 17:52 
QuestionExt.ux.maximgb.treegrid.GridPanel Search functionnality Pin
Pierre besquent9-Aug-11 0:04
Pierre besquent9-Aug-11 0:04 
QuestionGet full path for file from Firefox Pin
Wjousts5-Aug-11 4:49
Wjousts5-Aug-11 4:49 
AnswerRe: Get full path for file from Firefox Pin
thatraja7-Aug-11 18:03
professionalthatraja7-Aug-11 18:03 
GeneralRe: Get full path for file from Firefox Pin
Wjousts8-Aug-11 4:35
Wjousts8-Aug-11 4:35 
QuestionFireFox-Javascript issue Pin
Pierre besquent3-Aug-11 23:52
Pierre besquent3-Aug-11 23:52 
AnswerRe: FireFox-Javascript issue [modified] PinPopular
Manfred Rudolf Bihy4-Aug-11 4:18
professionalManfred Rudolf Bihy4-Aug-11 4:18 
GeneralRe: FireFox-Javascript issue Pin
Pierre besquent4-Aug-11 21:45
Pierre besquent4-Aug-11 21:45 
GeneralRe: FireFox-Javascript issue Pin
Manfred Rudolf Bihy5-Aug-11 1:04
professionalManfred Rudolf Bihy5-Aug-11 1:04 
AnswerRe: FireFox-Javascript issue Pin
cjoki4-Aug-11 4:37
cjoki4-Aug-11 4:37 
QuestionRepetitive similar Inputs javascript Pin
Gert Koetsier3-Aug-11 22:49
Gert Koetsier3-Aug-11 22:49 
AnswerRe: Repetitive similar Inputs javascript Pin
cjoki4-Aug-11 4:33
cjoki4-Aug-11 4:33 
AnswerRe: Repetitive similar Inputs javascript Pin
Gert Koetsier7-Aug-11 22:13
Gert Koetsier7-Aug-11 22:13 
QuestionProblem connecting to WCF Rest service Pin
Wjousts3-Aug-11 10:05
Wjousts3-Aug-11 10:05 
AnswerRe: Problem connecting to WCF Rest service Pin
Wjousts3-Aug-11 10:37
Wjousts3-Aug-11 10:37 
AnswerRe: Problem connecting to WCF Rest service Pin
Wjousts4-Aug-11 3:37
Wjousts4-Aug-11 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.