You get a bonus - 1 coin for daily activity. Now you have 1 coin

how to select class selectors together with the this selector as children in jQuery?

Practice




how to select class selectors together with the this selector as children?

class1 = this

jQuery("class2", this);

or like this

jQuery(this).find("class2");

or like this

jQuery(this).children("class2);

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"

Terms: Scripting client side JavaScript, jqvery, BackBone