|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/jquery-and-ajax/
课程评论:没有评论
课程名称:从基础到高级的jQuery和Ajax 课程概述:JavaScript是一种解释性语言,其在所有平台的网页浏览器内置解释器中执行。它是基于对象的(不支持继承)且区分大小写,类型松散,因此没有具体的数据类型。JavaScript语言最初由Netscape提出,并被欧洲计算机制造商协会(ECMA)认可。与HTML DOM(文档对象模型)API结合使用,JavaScript可以使网页动态或交互,还可以在表单提交到服务器之前进行客户端数据验证。 jQuery是一种快速、轻量级且跨浏览器的JavaScript库,其最佳特点在于与DOM的交互,进行Ajax请求以及即使在禁用JavaScript的浏览器中也能创建效果。jQuery还为开发者提供了构建插件的功能。本课程由拥有21年以上经验的Microsoft认证培训师Sandeep Soni编制,他与多家IT公司密切合作,帮助它们满足技术培训需求。他认为,这是他职业生涯中最美好的部分,因为他能够与新的人接触,参与不断变化的技术需求,并为他们在应用开发中面临的问题提供最佳解决方案。他始终对学生保持开放,欢迎随时发邮件咨询问题(邮箱:sandeepsoni@deccansoft.com)。 通过本课程,您将能够: - 理解JavaScript语言及文档对象模型。 - 识别并响应用户操作。 - 修改、显示、隐藏和移动网页上的对象。 - 检查表单中输入的信息。 jQuery是一个易于学习的JavaScript库,使得JavaScript编程变得简单。jQuery将需要多行JavaScript代码才能完成的常见任务封装成方法,仅需一行代码即可调用。此外,jQuery还简化了复杂任务,如AJAX调用和DOM操作。jQuery在所有主要浏览器上运行一致,输出相同。使用jQuery也非常方便,只需从官方网站下载最新版本或使用在线内容分发网络(CDN)即可。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.