Danh mục

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

Số trang: 10      Loại file: pdf      Dung lượng: 541.88 KB      Lượt xem: 9      Lượt tải: 0    
Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

CHAPTER 7 ■ ENHANCING THE USER INTERFACE WITH JQUERYevent.preventDefault(); // Adds an "active" class to the link $(this).addClass("active"); // Proves the event handler worked by logging the link text console.log( $(this).text() ); }); }); After saving this code, reload http://localhost/ in your browser and click any of the event titles. Instead of going to the event details on view.php, the title of the event is output in the console. For instance, if you click the New Years Day event, you will see the following output in the console: New Years DayExtracting the Query String with Regular ExpressionsThe modal window is...
Nội dung trích xuất từ tài liệu:
Tương tác giữa PHP và jQuery - part 25

Tài liệu được xem nhiều: