TAILIEUCHUNG - jQuery in Action phần phần 9

Tham khảo tài liệu 'jquery in action phần phần 9', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 214 CHAPTER 7 Extending jQuery with custom plugins The settings variable is now available to both functions and we re finally ready to complete the implementation of the plugin function. We define the listeners that we listed earlier with the following code function showPhoto function showPhoto 1 .click function showPhoto 1 .click function showPhoto - 1 .click function showPhoto 0 .click function showPhoto - 1 Each of these listeners calls the showPhoto function with a thumbnail index determined either by the index of the clicked thumbnail the length of the list or computed relative to the current index. Note how the modulus operator is used to wrap the index values when they fall off either end of the list. We have two final tasks before we can declare success we need to display the first photo in advance of any user action and we need to return the original wrapped set so that our plugin can participate in jQuery command chains. We achieve these with showPhoto 0 return this Take a moment to do a short Victory Dance we re finally done The completed plugin code which you ll find in the file chapter7 photomatic is shown in listing . Listing The complete Photomatic Plugin implementation function var settings . function callerSettings settings .extend photoElement photomaticPhoto transformer function name Adding new wrapper methods 215 return thumbnail photo nextControl null previousControl null firstControl null lastControl null callerSettings img function n n .

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.