|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/javascript-from-basic-to-advanced/
课程评论:没有评论
课程名称:JavaScript 从基础到高级 课程概述: JavaScript 是一种解释型语言,由所有平台的网页浏览器内置的解释器执行。它是一种基于对象的语言,但不支持继承,并且对大小写敏感。JavaScript 是一种松散类型的语言,即没有固定的数据类型。它最初由 Netscape 提出,并得到了 ECMA(欧洲计算机制造商协会)的认可。JavaScript 与 HTML DOM(文档对象模型)API 一起使用,使网页变得动态或可交互。此外,我们可以在表单提交到服务器之前进行客户端数据验证。 jQuery 是一个快速、轻量级的多浏览器 JavaScript 库。jQuery 的最佳部分在于它能够与 DOM 交互,进行 AJAX 请求,并在浏览器中禁用 JavaScript 时仍能创建效果。jQuery 还为开发者提供了构建插件的功能。 该课程由拥有超过 21 年经验的微软认证培训师 Mr. Sandeep Soni 编制。他与多家 IT 公司紧密合作,帮助它们满足技术资源培训的需求。他认为这是自己职业生涯中最好的部分,因为他能够结识新朋友,参与快速变化的技术需求,并为应用开发中遇到的问题提供最佳解决方案。这使他能够及时更新行业中的最新技术。他始终随时为学生解答任何问题,可以通过电子邮件 sandeepsoni@deccansoft.com 联系他。 课程结束时,您将能够: - 理解 JavaScript 语言及文档对象模型 - 检测和响应用户操作 - 修改、显示、隐藏和移动网页上的对象 - 检查输入表单中的信息 jQuery 是一个易于学习的 JavaScript 库,使 JavaScript 编程变得非常简单。jQuery 将许多需要多行 JavaScript 代码才能完成的常见任务封装为单行代码可调用的方法。jQuery 还简化了复杂的任务,如 AJAX 调用和 DOM 操作。jQuery 在所有主要浏览器中运行一致,输出相同。jQuery 是免费的,且在项目中很容易包含:只需从 jQuery 网站下载其最新版本,或使用在线内容分发网络。jQuery 由一个优秀开发者社区持续升级、维护和文档化,确保网络上的高质量和支持。
Javascript is an Interpreted language and it's executed by the interpreter built in within the web browser on all platforms. It is Object based (doesn't support inheritance) and is case sensitive language. It is very loosely typed. i.e it doesn't have any datatypes. It's a specification by initially Netscape and is acknowledge by ECMA (European Computer Manufacturers Association). Javascript language together with HTML DOM (Document Object Model) API is used to make the web page dynamic or interactive. Also we can do client side validations of data before the form is submitted to server. jQuery is a fast, lightweight multi-browser JavaScript library. The Best part of jQuery is that Interacts with the DOM, makes ajax requests and also creates effects even after javascript is been disabled in the browser. jQuery also allows functionality for developers to build plug-ins. This Course is compiled by Mr. Sandeep Soni, Microsoft Certified Trainer with experience over 21 years. Mr.Sandeep has worked closely with many IT companies and helped them with their technology resources training needs. He considers this to be the best part of his profession and he enjoys the most because he gets to meet new people; get involved in the ever changing technology needs and provide them with optimum solution to the problems they face in application development. This is how he keeps himself updated with the latest technology in the industry He is always accessible to all his students anytime for any kind of question they may have. you can send him an email your queries at sandeepsoni@deccansoft.com. By the end of this course you should able to Understand the JavaScript language & the Document Object Model.Detect and respond to user actions.Alter, show, hide and move objects on a web page.Check information inputted into a form.jQuery is an easy to learn JavaScript library which makes JavaScript programming very easy.jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.jQuery also simplifies complicated tasks like AJAX calls and DOM manipulation.jQuery will run exactly the same and produce same output in all major browsers.jQuery is free and very easy to include in your projects: just download its latest version from the jQuery website, or use an online Content Delivery Network.jQuery is continuously upgraded, maintained and documented by a dedicated community of great developers. This ensures high quality and support on the internet.