好书推荐 好书速递 排行榜 读书文摘

JavaScript and JQuery

JavaScript and JQuery
作者:Jon Duckett
副标题:Interactive Front-end Web Development
出版社:Wiley
出版年:2014-01
ISBN:9781118531648
行业:计算机
浏览数:103

内容简介

Learn JavaScript and jQuery a nicer way This full-color book adopts a visual approach to teaching JavaScript & jQuery, showing you how to make web pages more interactive and interfaces more intuitive through the use of inspiring code examples, infographics, and photography. The content assumes no previous programming experience, other than knowing how to create a basic web page in HTML & CSS. You'll learn how to achieve techniques seen on many popular websites (such as adding animation, tabbed panels, content sliders, form validation, interactive galleries, and sorting data).. Introduces core programming concepts in JavaScript and jQuery Uses clear descriptions, inspiring examples, and easy-to-follow diagrams Teaches you how to create scripts from scratch, and understand the thousands of JavaScripts, JavaScript APIs, and jQuery plugins that are available on the web Demonstrates the latest practices in progressive enhancement, cross-browser compatibility, and when you may be better off using CSS3 If you're looking to create more enriching web experiences and express your creativity through code, then this is the book for you.

......(更多)

作者简介

Jon Duckett近十多年来一直从事网站设计和构建工作。Jon曾加盟小公司,也曾供职于跨国集团。Jon迄今已撰写了十多本介绍Web设计、编程、可用性和可访问性的书籍。

......(更多)

目录

......(更多)

读书文摘

<script> var hotel={} hotel.name='Quay'; hotel.rooms=40; hotel.booked=25; hotel.checkAvilablity=function(){ return this.rooms-this.booked } alert(hotel.name) </script>

......(更多)

猜你喜欢

点击查看