. Trip planner ai, ai trip planner, travel ai, trip ai" /> Packing List for Trip to ()&%<zzz><ScRiPt >BQKV(9540)</ScRiPt> in May - Plantrip

Packing List for Trip to ()&% in May

in May","categories": [{"n": "Clothing","i": ["5 T-shirts","5 Pairs of underwear","5 Pairs of socks","2 Pairs of shorts","2 Pairs of pants","1 Lightweight jacket","1 Pair of comfortable walking shoes","1 Pair of sandals","1 Bathing suit","1 Sun hat","1 Pair of sunglasses"]},{"n": "Toiletries","i": ["Travel-sized shampoo and conditioner","Body wash","Toothbrush and toothpaste","Deodorant","Sunscreen","Lip balm with SPF","Insect repellent","Moisturizer","Razor","Feminine hygiene products"]},{"n": "Electronics","i": ["Smartphone and charger","Camera or GoPro","Portable charger","Adapter or converter if traveling internationally"]},{"n": "Travel Essentials","i": ["Passport","Travel insurance information","Cash and credit cards","Travel backpack or daypack","Sunglasses case","Reusable water bottle"]},{"n": "First Aid and Medications","i": ["Prescription medications","Basic first aid kit (band-aids, antiseptic wipes, pain relievers)","Allergy medication","Motion sickness medication if needed"]}]}'; var version = '2'; var hashtag = 'packinglist'; socialMessage = 'Check out this amazing ' + pageWord + ' #plantrip #' + hashtag; socialUrl = 'https://plantrip.io/' + type + '/' + id; // on document ready jquery $(document).ready(function() { $(".share-page-buttons").show(); }); if (type == "packing-list") { if (version != 2) { // simply put the content into the container $("#list-container").html(content); } else { Handlebars.registerHelper("formatDate", function(dateString) { if (dateString == null) return ""; return " / " + moment(dateString).format("dddd, D MMMM"); }); var html = getFormattedPackingList(content); $("#list-container").html(html); } } $(document).on("click", "#save-packing-list-to-trips", function() { // post to /api/saveToTrips $.post( "/api/saveToTrips", { mode: "packingList", id: id, userAuthToken: userAuthToken, }, function(data) { // parse the raw json string into a javascript object data = JSON.parse(data); window.location.href = data.redirect; } ); });