. Trip planner ai, ai trip planner, travel ai, trip ai" /> Packing List for 5-Day Trip to 1<ScRiPt>ZZZ</ScRiPt> in May - Plantrip

Packing List for 5-Day Trip to 1 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 Sweater or hoodie", "1 Pair of comfortable walking shoes", "1 Pair of sandals or flip-flops", "1 Swimwear", "1 Hat or cap" ] }, { "n": "Toiletries", "i": [ "Travel-sized shampoo and conditioner", "Travel-sized body wash or soap", "Toothbrush and toothpaste", "Deodorant", "Sunscreen", "Lip balm with SPF", "Personal medication", "Hairbrush or comb", "Razor and shaving cream", "Feminine hygiene products" ] }, { "n": "Accessories", "i": [ "Sunglasses", "Beach towel", "Daypack or tote bag", "Reusable water bottle", "Travel umbrella", "Camera or smartphone for photos" ] }, { "n": "Electronics", "i": [ "Mobile phone and charger", "Portable power bank", "Universal travel adapter", "Headphones or earbuds" ] }, { "n": "Documents", "i": [ "Passport and visa (if required)", "Driver\'s license or ID", "Travel insurance information", "Flight and hotel confirmations", "Emergency contact list" ] }, { "n": "Miscellaneous", "i": [ "Small first aid kit", "Prescription glasses or contacts", "Snacks and instant coffee/tea packets", "Travel wallet or money belt", "Local maps or guidebooks" ] } ]}'; 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; } ); });