Exemplo n.º 1
0
 /// <summary>
 /// Insert content, specified by the parameter, to the beginning of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Prepend(jqLite content, Array content2)
 {
     return(null);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Insert content, specified by the parameter, to the beginning of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Prepend(jqLite content, string content2)
 {
     return(null);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Insert content, specified by the parameter, to the beginning of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Prepend(jqLite content, Element content2)
 {
     return(null);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Insert content, specified by the parameter, to the end of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Append(jqLite content, jqLite content2)
 {
     return(null);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Insert content, specified by the parameter, to the beginning of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Prepend(jqLite content)
 {
     return null;
 }
Exemplo n.º 6
0
 /// <summary>
 /// Insert content, specified by the parameter, after each element in
 /// the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite After(jqLite content, Element content2)
 {
     return null;
 }
Exemplo n.º 7
0
 /// <summary>
 /// Insert content, specified by the parameter, after each element in
 /// the set of matched elements.
 /// </summary>
 /// <param name="content">DOM element, array of elements, HTML string,
 /// or jQuery object to insert at the end of each element in the set of
 /// matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite After(jqLite content)
 {
     return null;
 }
Exemplo n.º 8
0
 /// <summary>
 /// Insert content, specified by the parameter, after each element in
 /// the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite After(jqLite content, Array content2)
 {
     return(null);
 }
Exemplo n.º 9
0
 /// <summary>
 /// Insert content, specified by the parameter, after each element in
 /// the set of matched elements.
 /// </summary>
 /// <param name="content">DOM element, array of elements, HTML string,
 /// or jQuery object to insert at the end of each element in the set of
 /// matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite After(jqLite content)
 {
     return(null);
 }
Exemplo n.º 10
0
 /// <summary>
 /// Insert content, specified by the parameter, after each element in
 /// the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite After(jqLite content, string content2)
 {
     return(null);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Insert content, specified by the parameter, after each element in
 /// the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite After(jqLite content, Element content2)
 {
     return(null);
 }
Exemplo n.º 12
0
 /// <summary>
 /// Replace each element in the set of matched elements with the
 /// provided new content and return the set of elements that was
 /// removed.
 /// </summary>
 /// <param name="newContent">
 /// The content to insert. May be an HTML string, DOM element, array of
 /// DOM elements, or jQuery object.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite ReplaceWith(jqLite newContent)
 {
     return null;
 }
Exemplo n.º 13
0
 /// <summary>
 /// Wrap an HTML structure around each element in the set of matched elements.
 /// </summary>
 /// <param name="wrappingElement">A selector, element, HTML string, or jQuery object specifying the structure to wrap around the matched elements.</param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Wrap(jqLite wrappingElement)
 {
     return(null);
 }
Exemplo n.º 14
0
 /// <summary>
 /// Replace each element in the set of matched elements with the
 /// provided new content and return the set of elements that was
 /// removed.
 /// </summary>
 /// <param name="newContent">
 /// The content to insert. May be an HTML string, DOM element, array of
 /// DOM elements, or jQuery object.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite ReplaceWith(jqLite newContent)
 {
     return(null);
 }
Exemplo n.º 15
0
 /// <summary>
 /// Insert content, specified by the parameter, to the beginning of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Prepend(jqLite content)
 {
     return(null);
 }
Exemplo n.º 16
0
 /// <summary>
 /// Insert content, specified by the parameter, to the beginning of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Prepend(jqLite content, string content2)
 {
     return null;
 }
Exemplo n.º 17
0
 /// <summary>
 /// Insert content, specified by the parameter, after each element in
 /// the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite After(jqLite content, string content2)
 {
     return null;
 }
Exemplo n.º 18
0
 /// <summary>
 /// Insert content, specified by the parameter, to the beginning of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Prepend(jqLite content, Element content2)
 {
     return null;
 }
Exemplo n.º 19
0
 /// <summary>
 /// Insert content, specified by the parameter, after each element in
 /// the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite After(jqLite content, Array content2)
 {
     return null;
 }
Exemplo n.º 20
0
 /// <summary>
 /// Insert content, specified by the parameter, to the beginning of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Prepend(jqLite content, Array content2)
 {
     return null;
 }
Exemplo n.º 21
0
 /// <summary>
 /// Wrap an HTML structure around each element in the set of matched elements.
 /// </summary>
 /// <param name="wrappingElement">A selector, element, HTML string, or jQuery object specifying the structure to wrap around the matched elements.</param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Wrap(jqLite wrappingElement)
 {
     return null;
 }
Exemplo n.º 22
0
 /// <summary>
 /// Insert content, specified by the parameter, to the end of each
 /// element in the set of matched elements.
 /// </summary>
 /// <param name="content">
 /// DOM element, array of elements, HTML string, or jQuery object to
 /// insert at the end of each element in the set of matched elements.
 /// </param>
 /// <param name="content2">
 /// One or more additional DOM elements, arrays of elements, HTML
 /// strings, or jQuery objects to insert at the end of each element in
 /// the set of matched elements.
 /// </param>
 /// <returns>The jqLite instance of itself.</returns>
 public virtual jqLite Append(jqLite content, jqLite content2)
 {
     return null;
 }