TAILIEUCHUNG - Tương tác giữa PHP và jQuery - part 3

Hình thức là một phần rất lớn của các trang web những ngày này, và vai trò quan trọng của họ lấy cảm hứng từ một bộ lọc đặc biệt hướng tới hình thức. Vì dụ HTML của bạn không có bất kỳ yếu tố hình thành trong nó, bạn sẽ cần phải thêm các file với một số đánh dấu mới cho các ví dụ sau đây. | CHAPTER 1 INTRODUCING JQUERY which returns the following in the console p span last However if you needed to find every span that was the last child of a paragraph element you would use last-child instead p span last-child This uses each parent as a reference instead of the DOM as a whole so the results are different p span last-child span Form Filters Forms are a huge part of web sites these days and their major role inspired a set of filters specifically geared toward forms. Because your HTML example does not have any form elements in it you ll need to append the file with some new markup for the following examples. In add the following HTML between the last paragraph tag and the first script tag form action method post fieldset legend Sign Up Form legend label for name Name label br input name name id name type text br label for password Password label br input name password id password type password br br label input type radio name loc I m on my computer label br label input type radio name loc checked checked I m on a shared computer label br br input type submit value Log In br label input type checkbox name notify disabled true Keep me signed in on this computer label br fieldset form 21 CHAPTER 1 INTRODUCING JQUERY After saving reload the page in your browser at http testing to see the form for testing see Figure 1-5 . Figure 1-5. The form as it appears after editing Matching by Form Element Type The most common form-specific filters simply match form element types. The available filters are button checkbox file image input password radio submit and text. To select all radio inputs use the following code input radio This outputs the following in the console input radio input on input on These filters are particularly useful because all of the provided types are input elements so matching certain types of inputs only without these filters would be a little more difficult. 22 CHAPTER 1 INTRODUCING JQUERY .

TỪ KHÓA LIÊN QUAN
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.