Sample shows different xModify statments being run on the HTML DOM:
Use the jQuery JavaScript library:


Email
Password
Password Confirm
First name
Last name
xModify files user above: Change Input Style, Change Input Fields, Delete Input Fields

Buttons below modify the div elements on the right





Clone me please.
---------------------------------------
This is the original first div.
---------------------------------------
This is the original middle div.
---------------------------------------
This is the original last div.
xModify files user above: Replace divs, Insert divs, Clone Div

Using xModify in table functionality:







Customer ID Name Email Phone Number
This row is the index for insert before and after.
1 Robert bbuffone@acme.com 555-555-5555
1 Robert bbuffone@acme.com 555-555-5555
1 Robert bbuffone@acme.com 555-555-5555
1 Robert bbuffone@acme.com 555-555-5555
1 Robert bbuffone@acme.com 555-555-5555
xModify files user above: Fill table, Insert before, Insert after, Clear table, Replace table

Using Blend functionality to modify table:

Blend is a simple way to blend in HTML return from an Ajax request into the HTML DOM. This provides less functionality than xModify but is really simple to use.

blend({url:'myresource.html'}, selector, mode);




Customer ID Name Email Phone Number
This row is the index for insert before and after.
1 Robert bbuffone@acme.com 555-555-5555
1 Robert bbuffone@acme.com 555-555-5555
1 Robert bbuffone@acme.com 555-555-5555
1 Robert bbuffone@acme.com 555-555-5555
1 Robert bbuffone@acme.com 555-555-5555
xModify files user above: Blend HTML File,