JQuery After with JQueryObject

 

In this example we are going to inserts a jQuery object (similar to an Array of DOM Elements) after all paragraphs

 
 
 
<!DOCTYPE html> <html> <head> <style> span { background: rgb(132, 172, 209); } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script> </head> <body> <div style="font-size: 60px; color:rgb(134, 8, 8)">Insert jQuery object</div><br> <h1>Hello Appwrk IT Solutions <span style="font-size: 40px; color:darkorchid">Appwrk IT solutions </script> </body> </html>
Output