jQuery: Targeting Elements

Just reaching out because I’m not sure where else to go, sorry.

Working on this and am fairly sure I structured this correctly. BTW, working in Safari.

    $(#target3").addClass("animated fadeOut");

This is the example of my code and it seems to be identical to the example given as we become familiar with jQuery functions.

Can you show me where I’m going wrong? I placed in after the other animated shake classes that we added to the button elements.

You forgot a " before #target3".

Oh my word. I think it’s time for an eye exam…

tks sir.

1 Like

label bootstraps well