text JS / jQ审查会话链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text JS / jQ审查会话链接相关的知识,希望对你有一定的参考价值。

*==== @channel Resources re: Tonight's Review Session: =========================*

*A Complete Guide to Using localStorage in JavaScript Apps:* https://blog.logrocket.com/the-complete-guide-to-using-localstorage-in-javascript-apps-ba44edb53a36

*jQuery `.toggle()`* (used to toggle between `display: none` and `display: block`): https://www.w3schools.com/jquery/eff_toggle.asp

*How to Check an Element is Visible or Not Using jQuery:* https://www.tutorialrepublic.com/faq/how-to-check-an-element-is-visible-or-not-using-jquery.php

*`.preventDefault()`* (or: how to override default HTML behaviors so we can work our JS magic): https://www.w3schools.com/jsref/event_preventdefault.asp

*Truthy and Falsy: When All is Not Equal in JavaScript:* https://www.sitepoint.com/javascript-truthy-falsy/

*`.toFixed()`* (used to print a number with a specified number of digits after the decimal point): https://www.w3schools.com/jsref/jsref_tofixed.asp

*moment.js* (manipulate time!): https://momentjs.com/

*What are Template Literals?* (a useful alternative to string concatenation): https://codeburst.io/javascript-what-are-template-literals-5d08a50ef2e3

*Template Literal Browser Support Chart* (thanks, @Lindsay!): https://caniuse.com/#feat=template-literals

*Simplify Your JavaScript – Use .map(), .reduce(), and .filter():* https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d

*Understanding Event Delegation* (we didn't get to this yet, but I'll cover it in the video for the delete button functionality): https://learn.jquery.com/events/event-delegation/

以上是关于text JS / jQ审查会话链接的主要内容,如果未能解决你的问题,请参考以下文章

jq记住密码

js 动态加载 jq

怎么用js或jq写一个鼠标点击超链接在下方显示图片而且还有图片描述

jq.validate.js

jQuery---jq操作标签文本(html(),text()),jq操作文档标签(插入,删除,修改),克隆,,jq操作属性,jq操作class属性,jq操作表单value,jq操作css,jq操作盒

求简化一个jq代码