Class ManipulatingHelper


  • public final class ManipulatingHelper
    extends java.lang.Object
    $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 Detail

      • after

        public static ChainableStatement after​(java.lang.CharSequence html)
        Binds the after statement.
      • insertAfter

        public static ChainableStatement insertAfter​(java.lang.String expression)
        Binds the insertAfter statement.
      • before

        public static ChainableStatement before​(java.lang.CharSequence html)
        Binds the before statement.
      • insertBefore

        public static ChainableStatement insertBefore​(java.lang.String expression)
        Binds the insertBefore statement.