jQuery Programming by Example - Agus Kurniawan

jQuery Programming by Example

By Agus Kurniawan

  • Release Date: 2014-03-12
  • Genre: Computers

Description

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 Environment
1.1 Installation
1.2 Development Tools
1.3 Web Server
1.4 Hello World
2. Handling HTML Elements
2.1 HTML Elements
2.2 Getting HTML Element Value
2.3 Assigning Value to HTML Elements
3. Events
3.1 Document Event
3.2 HTML Element Events
3.3 Form Events
3.3.1 focus() Event
3.3.2 blur() Event
3.3.3 change() Event
3.3.4 submit() Event
3.4 Keyboard Events
3.5 Mouse Events
4. jQuery Effect
4.1 Display and Hide HTML Element
4.2 Fading
4.3 Sliding
4.4 CSS
5. DOM Manipulation
5.1 Manipulating Attributes
5.2 Creating New Element
5.3 Copying Element
5.4 Removing Element
5.5 Replacing Element
6. jQuery AJAX
6.1 Sending HTTP Get Request
6.2 Sending HTTP Post Request

Comments