Exemple #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);
 }
Exemple #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);
 }
Exemple #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);
 }
Exemple #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);
 }
 /// <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;
 }
 /// <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;
 }
 /// <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;
 }
Exemple #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);
 }
Exemple #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);
 }
Exemple #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);
 }
Exemple #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);
 }
 /// <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;
 }
Exemple #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);
 }
Exemple #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);
 }
Exemple #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);
 }
 /// <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;
 }
 /// <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;
 }
 /// <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;
 }
 /// <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;
 }
 /// <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;
 }
 /// <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;
 }
 /// <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;
 }