Guest User

Untitled

a guest
Jul 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. var bookstitle; jQuery("h2").each(function(index) {
  2. bookstitle += " @BooksBag " + $(this).text() + " by " + $( this).next("p").next("p").clone() //clone the element
  3. .children() //select all the children
  4. .remove() //remove all the children
  5. .end().text(); console.log(bookstitle);
  6. });
  7.  
  8.  
  9.  
  10. @BooksBag Zero to One by Peter Thiel with Blake Masters @BooksBag The Innovator’s Dilemma by Clayton M. Christensen @BooksBag Founders at Work by Jessica Livingston @BooksBag Crossing the Chasm by Geoffrey A. Moore and @BooksBag Screw it, Let’s do it by  Richard Branson @BooksBag Start Something That Matters by  Joan Salge Blake @BooksBag Never Too Late to Startup by Rob Kornblum @BooksBag Creativity, Inc.: Overcoming the Unseen Forces That Stand in the Way of True Inspiration by Ed Catmull @BooksBag Good to Great by James C. Collins @BooksBag Start with Why by Simon Sinek @BooksBag SuperBosses by Sydney Finkelstein @BooksBag The Lean Startup by Eric Ries @BooksBag Hooked by Nir Eyal @BooksBag The E-Myth Revisited by Category: Product Strategy @BooksBag The $100 Startup by Chris Guillebeau @BooksBag The Power of Broke by Daymond John and Daniel Paisner @BooksBag How to Transform Your Ideas into Software Products by Poornima Vijayashanker @BooksBag The Startup Owner’s Manual by Steve Blank @BooksBag Running Lean by Ash Maurya @BooksBag The Checklist Manifesto: How to Get Things Right by Atul Gawande @BooksBag The Four Steps to the Epiphany by Steve Blank @BooksBag Traction by Gabriel Weinberg and Justin Mares @BooksBag The 7 Day Startup by Dan Norris @BooksBag The Third Wave by Steve Case @BooksBag The Art of the Start by Guy Kawasaki @BooksBag The Hard Thing About Hard Things by Ben Horowitz @BooksBag Will it Fly? by Thomas K. McKnight @BooksBag Venture Deals by Brad Feld @BooksBag Mastering the VC Game by Jeffrey Bussgang @BooksBag The Power of Habit by Charles Duhigg
Add Comment
Please, Sign In to add comment