Using jQuery to Simplify Code - Morgen Fraser

preview_player
Показать описание
jQuery is a JavaScript library that can allow users to simplify their code. They advertise jQuery with the tagline of "Write less, do more." I decided to recode a previous assignment using jQuery to see if their tagline holds true. The main way jQuery simplifies coding is by using selectors from the Cascading Style Sheet language over JavaScript's selectors. In the end, I wrote more lines of code, but wrote less code per line. I was also able to fix an error in the assignment using jQuery. Taking these results into account, I was able to confirm jQuery's tagline of "Write less, do more" is true.
Рекомендации по теме
visit shbcf.ru