Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6991961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:34:23+00:00 2026-05-27T19:34:23+00:00

Is there any altenative for Jquery $.map(array, function(item)) in mootools. How can I change

  • 0

Is there any altenative for Jquery $.map(array, function(item)) in mootools.

How can I change following JSON result

{"totalResultsCount":2,"geonames":[{"countryName":"India","name":"Cochin"},{"countryName":"Canada","name":"Cochin"},{"countryName":"Venezuela","name":"Cochina"}]}

as

[{"countryName":"India","name":"Cochin"},{"countryName":"Canada","name":"Cochin"},{"countryName":"Venezuela","name":"Cochina"}]

I need mootools alternate for following jquery

    function(data) {
    response($.map(data.geonames, function(item) {


        return {
            label: item.name + (item.adminName1 ? ", " + item.adminName1 : "") + ", " + item.countryName,

        }

}))

Any help please

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:34:23+00:00Added an answer on May 27, 2026 at 7:34 pm

    er, you should’ve probably read the mootools documentation on Arrays first. It is nearly identical, posting this just says ‘I cannot be bothered to look it up’.

    You can use the native Array type map method Array.map(data.geonames, function(item) {}) – see http://jsfiddle.net/TD2rK/1/ – or call it via the prototype from data.geonames.map(function(item) {}) – see http://jsfiddle.net/TD2rK/

    Array.map() – method #1 – will be future proof with AMD and non-extended prototypes (think mootools 2.0 aka MILK).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any alternative to doing the following line: document.getElementById(btn).setAttribute(onclick, save( + id +
When developing for browsers FF3 and IE6/7 with jQuery, are there any compatibility issues
Is there anyway of handling images from database to jquery image swapper or any
Jquery UI date picker loses focus when selecting a date. Are there any alternatives
Is there any alternative to GeoEXT built with jQuery or other java-script framework?
I know this is silly, but there's any difference between this: (function() { var
Is there any alternative image manipulation library for .net? I would prefer something that
Is there any alternative for WPF (windows presentation foundation) in python? http://msdn.microsoft.com/en-us/library/aa970268.aspx#Programming_with_WPF
Is there any alternative to Axis2? Or the way to make it work (different
Is there any alternative to this: Organizations.Include(Assets).Where(o => o.Id == id).Single() I would like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.