예제 #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);
 }
예제 #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);
 }
예제 #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);
 }
예제 #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);
 }
예제 #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;
 }
예제 #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;
 }
예제 #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;
 }
예제 #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);
 }
예제 #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);
 }
예제 #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);
 }
예제 #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);
 }
예제 #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;
 }
예제 #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);
 }
예제 #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);
 }
예제 #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);
 }
예제 #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;
 }
예제 #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;
 }
예제 #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;
 }
예제 #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;
 }
예제 #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;
 }
예제 #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;
 }
예제 #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;
 }