Class ManipulatingHelper
java.lang.Object
org.wicketstuff.wiquery.core.javascript.helper.ManipulatingHelper
$Id: ManipulatingHelper.java 1714M 2012-01-17 08:35:43Z (local) $
Helper to bind manipulating functions.
- Since:
- 0.7
- Author:
- Lionel Armanet
- See Also:
-
- "http://docs.jquery.com/Manipulation"
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChainableStatementafter(CharSequence html) Binds theafterstatement.static ChainableStatementbefore(CharSequence html) Binds thebeforestatement.static ChainableStatementinsertAfter(String expression) Binds theinsertAfterstatement.static ChainableStatementinsertBefore(String expression) Binds theinsertBeforestatement.
-
Method Details
-
after
Binds theafterstatement. -
insertAfter
Binds theinsertAfterstatement. -
before
Binds thebeforestatement. -
insertBefore
Binds theinsertBeforestatement.
-