public class ManipulatingHelper extends Object
Helper to bind manipulating functions.
http://docs.jquery.com/Manipulation| Constructor and Description |
|---|
ManipulatingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ChainableStatement |
after(CharSequence html)
Binds the
after statement. |
static ChainableStatement |
before(CharSequence html)
Binds the
before statement. |
static ChainableStatement |
insertAfter(String expression)
Binds the
insertAfter statement. |
static ChainableStatement |
insertBefore(String expression)
Binds the
insertBefore statement. |
public static ChainableStatement after(CharSequence html)
after statement.public static ChainableStatement insertAfter(String expression)
insertAfter statement.public static ChainableStatement before(CharSequence html)
before statement.public static ChainableStatement insertBefore(String expression)
insertBefore statement.Copyright © 2009-2012. All Rights Reserved.