Discussion on Word Search Trip App (2024)

Discussion on Word Search Trip App (2)

Welcome to the Word Search Trip Forum! This is your go-to community for all things related to Word Search Trip, a word puzzle game developed by Kiwi Fun HK Limited, launched in May 2024 for iOS and Android platforms.

Whether you're looking for tips to level up, solutions to tricky puzzles, or just want to connect with fellow players, you've come to the right place. Dive in and become part of our Word Search Trip community today!

App Download App reviews

Forum Rules

1. All content must be related to Word Search Trip or its community.
2. You cannot buy, sell, gift, or trade accounts here.
3. Only YouTube links are allowed; any content irrelevant to the Word Search Trip app is prohibited.
4. Keep discussions focused on the gameplay and tips for Word Search Trip on iOS or Android.

Word Search Trip Q&A and General Discussions

Don't be shy! It's an open forum for discussions, ask questions, and get answers.

Connected as Stan72 (Change Username)

    There are no questions yet in this forum. Be the first to ask, and feel free to explore the forum in other languages. :)

Support and Help for Word Search Trip

We appreciate your visit to our forum! If you're struggling to find solutions and need immediate assistance, utilize the following resources:

App Support

For direct support from the creators of Word Search Trip, please visit the Kiwi Fun HK Limited page.For any questions or feedback, please feel free to contact us.

Cancel or Delete the App

If you would like to cancel your subscription or delete your account, please visit our page for further instructions.

Thank you for being part of our community! 🙏😊

').fadeTo(2000, 1000).slideUp(1000, function(){ $(position).slideUp(1500); }); } $('.col-md-12').on( 'change keyup keydown paste cut', 'textarea', function (){ $(this).height(0).height(this.scrollHeight); }).find( 'textarea' ).change(); $('.change-user').on('click', function() { if (confirm('Are you sure? Once you submit, you would be given a new random cool username.')) { window.location.href = '/change_user.php'; } }); // form send // Variable to hold request var request; // Bind to the submit event of our form $("form.formajax").submit(function(event){ // Prevent default posting of form - put here to work in case of errors event.preventDefault(); // Abort any pending request if (request) { request.abort(); } // setup some local variables var $form = $(this); // Let's select and cache all the fields var $inputs = $form.find("input, select, button, textarea"); // Serialize the data in the form var serializedData = $form.serialize(); // Let's disable the inputs for the duration of the Ajax request. // Note: we disable elements AFTER the form data has been serialized. // Disabled form elements will not be serialized. $inputs.prop("disabled", true); var act = $form.attr('name'); if(act == 'searchbar') { document.getElementById("myForm").submit(); return true; } else { if(act=='signin') { // Fire off the request to /form.php request = $.ajax({ url:"/signin.php", type: "post", data: serializedData }); request.done(function (response, textStatus, jqXHR){ //show_alert("#group_alerts") //$form[0].reset(); //$(".formbox").prependTo(".hidden"); //load_forum() }); } if(act=='formbox') { // Fire off the request to /form.php request = $.ajax({ url:"/group_message.php", type: "post", data: serializedData }); // Callback handler that will be called on success request.done(function (response, textStatus, jqXHR){ // Log a message to the console console.log("Hooray, it worked!"); show_alert("#group_alerts") $form[0].reset(); $(".formbox").prependTo(".hidden"); load_forum() }); } // Callback handler that will be called on failure request.fail(function (jqXHR, textStatus, errorThrown){ // Log the error to the console console.error( "The following error occurred: "+ textStatus, errorThrown ); }); // Callback handler that will be called regardless // if the request failed or succeeded request.always(function () { // Reenable the inputs $inputs.prop("disabled", false); }); } }); /// cookies//This is not production quality, its just demo code.var cookieList = function(cookieName) {//When the cookie is saved the items will be a comma seperated string//So we will split the cookie by comma to get the original arrayvar cookie = $.cookie(cookieName);//Load the items or a new array if null.var items = cookie ? cookie.split(/,/) : new Array();//Return a object that we can use to access the array.//while hiding direct access to the declared items array//this is called closures see http://www.jibbering.com/faq/faq_notes/closures.htmlreturn { "add": function(val) { //Add to the items. if(jQuery.inArray(val, items) !== 0) { items.push(val); } //Save the items to a cookie. //EDIT: Modified from linked answer by Nick see // http://stackoverflow.com/questions/3387251/how-to-store-array-in-jquery-cookie $.cookie(cookieName, items.join(',')); }, "remove": function (val) { //EDIT: Thx to Assef and luke for remove. indx = items.indexOf(val); if(indx!=-1) items.splice(indx, 1); $.cookie(cookieName, items.join(',')); }, "clear": function() { items = null; //clear the cookie. $.cookie(cookieName, null); }, "items": function() { //Get all the items. return items; } }} var list = new cookieList("povisited");var arr = list.items();function on_visited() { jQuery.each(arr, function() { $('#post' + this).addClass('visited'); });} function load_forum(view = '') { $.ajax({ url:"/group_message.php", method:"POST", data:{view:view,groupid:6502982922,storeid:"us"}, beforeSend:function(){ //$('#group_messages').html('

') }, success:function(result) { $('#group_messages').html(result); if (result.indexOf("

  • = 0) { $('#noposts').hide(); } on_visited() }, error: function (request, error) { //$("#loading").hide(); console.log(arguments); } }); } on_visited(); //load_forum() function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } // box-message $(document).on('click', '.viewmessage', function(event) { $(this).next('.messagetext').toggle(); $(this).addClass("visited"); var posttid = $(this).parent().attr('id') var pid = posttid.replace("post", ""); list.add(pid); }); $(document).on('click', '.reply', function(event) { var replybox = $(this).parent().next('.reply-box') $(".formbox").prependTo(replybox); var parentid = replybox.attr('id') $("#parentid").val(parentid); }); // likes posts $(document).on('click', '.likebtn', function(event) { var button = $(this); var poid = $(this).parent().parent().parent().attr('id') var poid = poid.replace("post", ""); var likeitem = $("#liked"+poid) var likecount = parseInt($("#liked"+poid).text()) + parseInt(1) //var likecount = $("#liked"+poid).$("span").text() $.ajax({ url:"/group_message.php", method:"POST", data:{like:"like",postid:poid}, dataType:"json", beforeSend:function(){ if (isNaN(likecount)) { likecount = 1; // Set a default value or handle it accordingly } button.addClass('opacity05'); likeitem.html(likecount+' '); }, success:function(result) { likeitem.html(result.likes+' '); button.removeClass('likebtn'); }, error: function (request, error) { } }); }); })(jQuery); // End of use strict
  • Get Paid Apps for Free!

    Daily Deals on WorldsAppsUpdated 29/06/2024

    Latest Reviews

    June 29, 2024

    Red Bull Ring

    June 29, 2024

    Electric Love Festival 2024

    June 29, 2024

    Anker

    June 29, 2024

    Navimow

    Recent Questions

    • In checking out the leaderboard how do you te

      Latest: Earl70

    • Fire stick possible?

      Latest: Florence65

    • Does someone Knie what to do with The Packs I

      Latest: Miwa99

    • Hello. How can I get a refund for the pro add

      Latest: Emily29

    • When I try to buy extra items, a message pops

      Latest: Karl49

    • WHY does the top 3 scores change..aka why c

      Latest: Rie10

    • Hi, my name is andy minor, my game page is an

      Latest: Kyle69

    • I need help trying to delete this because all

      Latest: Sayuri53

    • Please come to my team (Active Carnivor) than

      Latest: Yumi72

    • How after just starting a new tier challenge

      Latest: Gustav23

    Developers and publishers for iOS/Android, get your apps reviewed on WorldsApps. Join us.

    Discussion on Word Search Trip App (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Ms. Lucile Johns

    Last Updated:

    Views: 5511

    Rating: 4 / 5 (61 voted)

    Reviews: 92% of readers found this page helpful

    Author information

    Name: Ms. Lucile Johns

    Birthday: 1999-11-16

    Address: Suite 237 56046 Walsh Coves, West Enid, VT 46557

    Phone: +59115435987187

    Job: Education Supervisor

    Hobby: Genealogy, Stone skipping, Skydiving, Nordic skating, Couponing, Coloring, Gardening

    Introduction: My name is Ms. Lucile Johns, I am a successful, friendly, friendly, homely, adventurous, handsome, delightful person who loves writing and wants to share my knowledge and understanding with you.