登入選單
返回Google圖書搜尋
jQuery Programming by Example
註釋This book helps you getting started with jQuery. Several sample codes are presented to illustrate how to use jQuery and integrate with PHP.*TOC*1. Preparing jQuery Development Environment1.1 Installation1.2 Development Tools1.3 Web Server1.4 Hello World2. Handling HTML Elements2.1 HTML Elements2.2 Getting HTML Element Value2.2.1 Textbox2.2.2 Textarea2.2.3 Dropdown - select Element2.2.4 Date Input Element2.2.5 Range Input Element2.2.6 Radio Button Element2.2.7 Checkbox Element2.2.8 Executing Demo2.3 Assigning Value to HTML Elements2.3.1 Textbox2.3.2 Textarea2.3.3 Dropdown - select Element2.3.4 Date Input Element2.3.5 Range Input Element2.3.6 Radio Button2.3.7 Checkbox2.3.8 Running Demo3. Events3.1 Document Event3.2 HTML Element Events3.2.1 on() and one() Events3.2.2 Assigning Event for Div, Image and Hyperlink Elements3.2.3 Passing Data on() Event3.2.4 Removing Event off()3.2.5 Triggering Event3.3 Form Events3.3.1 focus() Event3.3.2 blur() Event3.3.3 change() Event3.3.4 submit() Event3.4 Keyboard Events3.5 Mouse Events3.5.1 click() and dblclick() Events3.5.2 hover() and mouseout() Events3.5.3 mousedown(), mouseup(), mousemove() Events3.5.4 mouseenter() and mouseleave() Events4. jQuery Effect4.1 Display and Hide HTML Element4.2 Fading4.3 Sliding4.4 CSS4.4.1 Change CSS Values4.4.2 Adding and Removing CSS Class5. DOM Manipulation5.1 Manipulating Attributes5.2 Creating New Element5.3 Copying Element5.4 Removing Element5.5 Replacing Element6. jQuery AJAX6.1 Sending HTTP Get Request6.2 Sending HTTP Post Request