Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $(document).ready(function() {
  2. $("#embed-content").load("https://URL.com/page/ .entry:first", function(data) {
  3. $(".entry:first").children(':gt(0)').hide();
  4. $("div.section1").wrap("<div class='section1-wrap'></div>");
  5. });
  6. });
Add Comment
Please, Sign In to add comment