TAILIEUCHUNG - apress pro php and jquery 2010 phần 2

Chương này sẽ đọc như một tài liệu tham khảo và có thể được một chút vào những thời điểm khô, nhưng nó chắc chắn trong lợi ích tốt nhất của bạn để làm việc thông qua các ví dụ trình bày bên trong. Có một sự hiểu biết cơ bản của những phương pháp làm việc | C H A P T E R 2 Common jQuery Actions and Methods Now that you understand how element selection works you can start learning the basics of how jQuery simplifies interaction with web pages. In this chapter you ll get your hands dirty with the most common and useful aspects of jQuery. This chapter will read more like a reference and may be a bit dry at times but it s definitely in your best interest to work through the examples presented within. Having a basic understanding of how these methods work and what they do will prove invaluable as you start building the example project later on in this book. Understanding the Basic Behavior of jQuery Scripts One of the most convenient features of jQuery is the fact that nearly all its methods are chainable which means methods can be executed one right after the other. This leads to clear concise code that is easy to follow p .addClass new-class .text I m a paragraph .appendTo body Chainable methods are possible because each method returns the jQuery object itself after modification. At first this concept may seem difficult to understand but as you work through the examples in this chapter it should become clearer. Understanding jQuery Methods jQuery attempts to make several common programming tasks easier. At a glance it simplifies JavaScript development by providing the following powerful tools DOM element selection using CSS syntax which you learned in Chapter 1 Simple traversal and modification of the DOM Easy syntax for handling browser events such as clicks and mouse-overs 25 CHAPTER 2 COMMON JQUERY ACTIONS AND METHODS Access to all attributes of an element including CSS and styling properties and the ability to modify them Animation and other effects Simple AJAX controls Note The preceding list is only a partial list of jQuery s features and capabilities. As you continue on through the projects in this book other helpful features will be explored. As always for a complete reference visit the documentation at http .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.