learn-co-curriculum / angular-link-dom-manipulation-readme

Other
0 stars 2 forks source link

Why are we avoiding the built in jqLite? #3

Open LKWLaLa opened 8 years ago

LKWLaLa commented 8 years ago

Hi there, I see that the curriculum is directing us to write in vanilla JS rather than using the built in jqLite, but the paragraph that explains this is a little vague. I don't understand what this means:

"We're adding a DOM event to the actual DOM element rather than using jQuery/jqLite. This is because the API for them slightly differ, and as we can't guarantee what would be loaded on the page, we'll use native JavaScript events instead."

The above paragraph is the only explanation.

Thanks!

pletcher commented 8 years ago

Thanks for being a part of the Learn community!

Keep in mind that this space is for specific issues related to the content of this lesson.

If you're reporting on the content of this lesson, it'd be super helpful if you could include a stack trace of any errors that you're seeing.

If you'd like to report a bug about the Learn IDE, the Ask a Question form, opening a file, or the lights not working on Learn, please report a bug directly on https://learn.co. (You can find the bug report form by clicking on your avatar in the upper right, and then selecting "Report A Bug".)

We want to respond as quickly as possible and be as helpful as possible, so please be sure to include steps to reproduce the issue (as best you can remember) and any pertinent details about your environment. (Are you using the Learn IDE? Coding from the ISS?) We'll figure out what's up and get back to you ASAP.