Am I using too much jQuery? When am I crossing the line?

后端 未结 8 2356
孤城傲影
孤城傲影 2020-11-27 06:46

Lately I found myself using jQuery and JavaScript a lot, often to do the same things that I did before using CSS.

For example, I alternate table rows color or create

8条回答
  •  眼角桃花
    2020-11-27 07:28

    If you turn off java script on your browser and your site/application does not run or look functionally with out it, then you have a problem.

    JS is great, but it should never stop a user from using something you have built, IF it is disabled.

提交回复
热议问题