Class Attr.NullValue

All Implemented Interfaces:
Serializable, CharSequence, IClusterable
Enclosing class:
Attr

public static class Attr.NullValue extends Attr.Plain
NullValue represents a jquery attribute that is "null".

     JQuery.$("selector").closest(new NullValue()); // = $('selector').closest(null);
 
See Also:
  • Constructor Details

    • NullValue

      protected NullValue()
      Construct.